Metadata-Version: 1.1
Name: creh-pages
Version: 0.0.11
Summary: Pages application
Home-page: https://bitbucket.org/crehana/creh-pages
Author: Jonathan
Author-email: jonathan@crehana.com
License: MIT
Description: =====
        Creh Pages
        =====
        
        Creh-pages is a simple Django app allow you to manage sections of
        your django pages quickly and by any administrator user
        
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        1. creh-pages can be obtained directly from PyPI, and can be installed with pip:
        
            pip install creh-pages
        
        1. Add "polls" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'pages',
            ]
        
        2. Run "python manage.py migrate" to create the log models.
        
        3. Use
        
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
