Skip to content

tperrier/rapid_cold_chain

Repository files navigation

Rapid_Cold_Chain: This project is a django/rapid-sms based application to process CCEM SMS messages ========================

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

Getting Started

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

virtualenv --distribute project_name-env

On Posix systems you can activate your environment like this:

source project_name-env/bin/activate

On Windows, you'd use:

project_name-env\Scripts\activate

Then:

cd project_name
pip install -r requirements/base.txt

Run syncdb:

python manage.py syncdb
python manage.py migrate

You should now be able to run the development server:

python manage.py runserver

About

A rapid sms and django application for processing CCEM messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published