Go to file
2011-11-21 22:57:53 +05:30
bestroutes local settings example 2011-11-21 22:57:53 +05:30
wsgi inital project layout 2011-11-21 22:34:17 +05:30
fabfile.py inital project layout 2011-11-21 22:34:17 +05:30
README inital project layout 2011-11-21 22:34:17 +05:30
requirements.txt initial commit 2011-11-21 22:38:47 +05:30

bestroutes

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

Develop:
    create bestroutes/local_settings.py

    . bin/activate
    cd bestroutes
    python manage.py shell

    python manage.py runserver

Deploy:
    create bestroutes/local_settings.py

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