Go to file
2011-10-08 03:03:05 -04:00
itf resolved conflicts 2011-10-08 03:03:05 -04:00
wsgi resolved conflicts 2011-10-08 03:03:05 -04:00
.bzrignore resolved conflicts 2011-10-08 03:03:05 -04:00
COPYING resolved conflicts 2011-10-08 03:03:05 -04:00
fabfile.py resolved conflicts 2011-10-08 03:03:05 -04:00
README resolved conflicts 2011-10-08 03:03:05 -04:00
requirements.txt resolved conflicts 2011-10-08 03:03:05 -04: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