Go to file
2011-10-14 17:56:21 +05:30
best front page 2011-10-14 17:56:21 +05:30
data adding new csvs from shekhar; edited models in 'bestsms' app 2011-08-16 17:32:41 +05:30
wsgi inital project layout 2011-07-16 11:18:20 +05:30
fabfile.py inital project layout 2011-07-16 11:18:20 +05:30
README inconsequential 2011-07-20 17:25:50 +05:30
requirements.txt requirements file 2011-07-23 18:11:10 +05:30

SMSbest

Get:
    bzr branch http://code.camputer.org/bestSMS best
    cd best
    virtualenv .
    pip -E . install -r requirements.txt

    you will also need: postgres, postgresql-postgis

Develop:
    create best/local_settings.py

    . bin/activate
    cd best
    python manage.py shell

    python manage.py runserver

Deploy:
    create best/local_settings.py

    create /etc/apache2/sites-availavle/sitename.conf

    edit fabfile.py

    run fab production setup; fab production deploy;