Go to file
2012-08-31 15:57:50 +05:30
itf add imagestore code / model modification / form 2012-08-31 15:57:50 +05:30
migrations TheatreGroup model, template and getdict done. Major db change. db migration script added now 2012-08-22 18:20:33 +02: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 imagestore added 2012-08-31 12:20:32 +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