Go to file
2011-12-23 04:04:20 +05:30
chaloBEST minor, cleanup unused function 2011-12-23 03:39:49 +05:30
db_csv_files get atlas json to grouped by unique routes with rows for schedule days, final state to split into 3 tables and import into db 2011-12-23 03:36:30 +05:30
errors added errors folder 2011-12-23 04:04:20 +05:30
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 inital project layout 2011-11-26 17:52:40 +05:30
requirements.txt edit requirements.txt 2011-12-15 17:51:14 +05:30

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