Go to file
Johnson Chetty 85810d6746 gtfs0.7 work
2012-05-08 17:56:51 +02:00
chaloBEST gtfs0.7 work 2012-05-08 17:56:51 +02:00
errors added errors folder 2011-12-23 04:04:20 +05:30
gateway Add TrigramSearchManager to ChaloBEST models. 2012-02-28 18:14:19 +05:30
smsBEST Fix stupid bug caused by me misusing msg.respond. 2012-03-10 16:12:02 +05:30
sqldiff admin files stable v1 2012-02-07 14:15:50 +01:00
wsgi inital project layout 2011-11-26 17:52:40 +05:30
fabfile.py inital project layout 2011-11-26 17:52:40 +05:30
README Add Bing imagery (chalobest@hotmail.com) to editstops.js. 2012-02-22 04:26:19 -08:00
requirements.txt change django entry in requirements.txt 2012-04-25 12:18:30 +05:30

Note: If running postgres 9.1 and Django < 1.4, you will probably need this patch for things to work: https://code.djangoproject.com/raw-attachment/ticket/16778/postgis-adapter-2.patch . Reasons are explained here: http://stackoverflow.com/questions/7667724/error-saving-geodjango-pointfield

Don't forget to install python-psycopg2 and python-gdal for the sake of GeoDjango.

chaloBEST

Get:
    bzr branch PUBLIC_URL chaloBEST
    cd chaloBEST
    virtualenv .
    pip -E . install -r requirements.txt

Develop:
    create chaloBEST/local_settings.py

    . bin/activate
    cd chaloBEST
    python manage.py shell

    python manage.py runserver

Deploy:
    create chaloBEST/local_settings.py

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