praekeltfoundation / malaria24-django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

malaria24

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.

Getting started

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

Running Tests

To run tests:

$ pip install -r requirements.txt
$ pip install -r requirements-dev.txt
$ py.test

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 76.8%Language:HTML 17.6%Language:SCSS 5.0%Language:Shell 0.3%Language:Dockerfile 0.3%Language:JavaScript 0.0%