Skip to content

saeed617/rapidsms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rapid_Sms

Below you will find basic setup instructions for the rapid_sms 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 rapid_sms-env

On Posix systems you can activate your environment like this:

source rapid_sms-env/bin/activate

On Windows, you'd use:

rapid_sms-env\Scripts\activate

Then:

cd rapid_sms
pip install -U -r requirements/base.txt

Run migrate:

python manage.py migrate

You should now be able to run the development server:

python manage.py runserver

About

RapidSMS is a web framework based on the Django web framework which extends the logic and capabilities of Django to communicate with SMS messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors