Metadata-Version: 1.1
Name: blanc-basic-pages
Version: 0.3
Summary: Blanc Basic Pages for Django
Home-page: https://github.com/blancltd/blanc-basic-pages
Author: Alex Tomkins
Author-email: alex@blanc.ltd.uk
License: BSD
Description: Blanc Basic Pages
        =================
        
        An alternative to Django Flatpages, with some annoying features removed, but
        with some new features such as a page tree powered by `django-mptt`_, and
        template tags for site navigation.
        
        .. _django-mptt: https://github.com/django-mptt/django-mptt
        
        Installation
        ------------
        
        Using pip_:
        
        .. _pip: https://pip.pypa.io/
        
        .. code-block:: console
        
            $ pip install blanc-basic-pages
        
        Documentation
        -------------
        
        Package documentation is hosted on `Read the Docs`_, see
        https://blanc-basic-pages.readthedocs.org/
        
        .. _Read the Docs: https://readthedocs.org/
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
