Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 884 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 884 Bytes

SMME

App to monitor stock-out during the Semaine Sante Mere Enfant in Burundi.

Installation instructions

Below you will find basic setup instructions for the project_name project. To begin you should have the following applications installed on your local development system:

  • Python >= 2.7
  • pip >= 1.1
  • virtualenv >= 1.8

Getting Started

To setup your local environment you should create a virtualenv and install the necessary requirements:

mkvirtualenv project_name-env

Then:

cd project_name
pip install -r requirements.txt

Run syncdb::

python manage.py migrate sites
python manage.py migrate auth
python manage.py migrate authentication
python manage.py migrate syncdb

You should now be able to run the development server:

python manage.py runserver