Go to file
2011-10-08 06:29:07 +05:30
itf add search form to go to /search/ 2011-10-08 06:29:07 +05:30
wsgi wsgi config 2011-03-06 18:45:25 +05:30
.bzrignore some cleaning 2010-03-03 22:50:52 +05:30
COPYING comments done right 2010-11-20 19:43:49 +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 changed something 2011-08-03 02:10:09 +05:30
requirements.txt handle state in js, incorporate history.js, permanent urls work (almost). 2011-10-03 08:13:28 +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