Go to file
2010-03-03 19:58:00 +05:30
itf added stuff to tree 2010-03-03 19:58:00 +05:30
wsgi inital project layout 2010-03-03 19:34:40 +05:30
fabfile.py inital project layout 2010-03-03 19:34:40 +05:30
README inital project layout 2010-03-03 19:34:40 +05:30
requirements.txt added stuff to tree 2010-03-03 19:58:00 +05:30

itf

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

Develop:
    create itf/local_settings.py

    . bin/activate
    cd itf
    python manage.py shell

    python manage.py runserver

Deploy:
    create itf/local_settings.py

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