Go to file
2012-07-27 03:17:32 +05:30
itf entire chain of popups on Person form works 2012-07-27 03:16:40 +05:30
migrations added db migrations for models changes (run syncdb after) 2012-07-27 03:17:32 +05:30
wsgi All Auth setup + FB acc. config 2012-07-14 05:10:48 +02: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 merged sanjs branch 564, 563 2012-07-14 05:13:47 +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