Go to file
2010-10-23 17:30:51 +02:00
itf ups, show the current issue in erang 2010-10-23 17:30:51 +02:00
wsgi inital project layout 2010-03-03 19:34:40 +05:30
.bzrignore some cleaning 2010-03-03 22:50:52 +05:30
fabfile.py changed fabfile to not attempt to syncdb / migrate. i will do these manually. 2010-08-29 22:41:44 +05:30
README inital project layout 2010-03-03 19:34:40 +05:30
requirements.txt erang order + added summary field 2010-10-21 18:51:01 +02:00

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