This is an application scaffold for Molo. The Molo bits have been ripped out though as this is largely a headless application with only a Django CMS.
To get started:
$ virtualenv ve $ source ve/bin/activate $ pip install -e git+git://github.com/onaio/onapie.git#egg=onapie $ pip install -e . $ pip install -r requirements.txt $ ./manage.py migrate $ ./manage.py createsuperuser $ ./manage.py runserver
You can now connect access the demo site on http://localhost:8000
To run tests:
$ pip install -r requirements.txt $ pip install -r requirements-dev.txt $ py.test