Metadata-Version: 1.1
Name: onespacemedia-cms-people
Version: 0.1.4
Summary: A People management app for use with the Onespacemedia CMS.
Home-page: https://github.com/onespacemedia/cms-people
Author: Onespacemedia
Author-email: developers@onespacemedia.com
License: BSD License
Description: =====
        People
        =====
        
        People just adds a person management module to the Onespacemedia CMS, it needs
        the Onespacemedia CMS to run as it uses dependencies from that app.
        
        Quick start
        -----------
        
        1. Add "people" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = (
                ...
                'people',
            )
        
        2. Run `python manage.py migrate` to create the models.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
