unicore-cms-django

Throw away CMS for generating Universal Core content repos.


License
BSD-3-Clause
Install
pip install unicore-cms-django==1.0.0

Documentation

Unicore CMS Django

This is one to throw away.

Install on OSX

Install the packages in a virtualenv with pip.

$ virtualenv ve
$ source ve/bin/activate
(ve)$ pip install -e .

Running Unicore CMS Django tests

(ve)$ py.test cms