Go to file
2012-02-28 08:59:30 -08:00
chaloBEST Fix the dummheiten in the TrigramSearchManager. 2012-02-28 07:00:28 -08:00
db_csv_files remove errors file from tree; use contrib.gis admin 2012-02-03 19:01:52 +05:30
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 Add RapidSMS requirement; create smsBEST RapidSMS project. 2012-02-28 08:59:30 -08:00
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 Add RapidSMS requirement; create smsBEST RapidSMS project. 2012-02-28 08:59:30 -08:00

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