Metadata-Version: 1.1
Name: unicore-cms-django
Version: 1.0.0
Summary: Throw away CMS for generating Universal Core content repos.
Home-page: http://github.com/praekelt/unicore-cms-django
Author: Praekelt Foundation
Author-email: dev@praekelt.com
License: BSD
Description: Unicore CMS Django
        ==================
        
        This is one to throw away.
        
        Install on OSX
        --------------
        
        Install the packages in a virtualenv with pip.
        
        .. code-block:: bash
        
            $ virtualenv ve
            $ source ve/bin/activate
            (ve)$ pip install -e .
        
        Running Unicore CMS Django tests
        -------------------------
        
        .. code-block:: bash
        
            (ve)$ py.test cms
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
