Go to file
2014-01-22 13:40:05 +05:30
itf twitter upgrade to new api, fix comments form, fix roles in cast and crew 2014-01-22 13:40:05 +05:30
migrations django xtd-comments, run sqldiff pls... and a bit of emailer 0.8 2012-11-14 11:55:16 +01:00
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 events model / form 2013-02-03 02:58: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