Metadata-Version: 1.1
Name: dj-contentmodel
Version: 0.1.0
Summary: Pluggable app for taxonomies, content collections, and navigation.
Home-page: https://github.com/infosmith/dj-contentmodel
Author: David S.
Author-email: infosmith@protonmail.com
License: BSD
Description: =============================
        dj-contentmodel
        =============================
        
        
        Pluggable app for hierarchical taxonomies, content collections, and navigation.
        
        Documentation
        -------------
        
        The full documentation is at https://dj-contentmodel.readthedocs.org.
        
        Quickstart
        ----------
        
        Install dj-contentmodel::
        
            pip install dj-contentmodel
        
        Create initial content model tables if Sitemap, Collection, and Page
        will be used.
        
            python manage.py migrate --run-syncdb
        
        Then use it in a project::
        
            import dj_contentmodel
        
        Features
        --------
        
        * Hierarchical taxonomies.
        * Content collections with many to many relationship with taxa.
        * Templates
        
        Running Tests
        --------------
        
        Does the code actually work? For now, I've got my fingers crossed. Later iterations will be
        test driven including unit, integration, and performance testing.
        
        ::
        
            source <YOURVIRTUALENV>/bin/activate
            (myenv) $ pip install -r requirements_test.txt
            (myenv) $ python runtests.py
        
        Credits
        ---------
        
        Tools used in rendering this package:
        
        *  Cookiecutter_
        *  `cookiecutter-djangopackage`_
        *  `django-mptt`_
        *  `django-taggit`_
        *  `pip-tools`_
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
        .. _`django-mptt`: https://github.com/django-mptt/django-mptt
        .. _`django-taggit`: https://github.com/alex/django-taggit
        .. _`pip-tools`: https://github.com/nvie/pip-tools
        
        
        
        
        History
        -------
        
        0.1.0 (2016-06-07)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: dj-contentmodel
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
