Metadata-Version: 1.1
Name: unicore-cms-django
Version: 0.0.2
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 libffi & libgit with brew.
        
            $ brew install libffi
            $ brew install libgit2
        
        Install the packages in a virtualenv with pip.
        
            $ virtualenv ve
            $ source ve/bin/activate
            (ve)$ pip install cffi==0.8.6
            (ve)$ pip install pygit2==0.20.3
            (ve)$ pip install -e .
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
