Go to file
2010-11-04 05:33:33 +05:30
rizk merged 2010-11-04 05:33:33 +05:30
wsgi jan - css + correcting django.wsgi 2010-11-03 23:55:35 +00:00
README first commit 2010-10-24 16:17:50 +02:00
requirements.txt first commit 2010-10-24 16:17:50 +02:00

vurbanism

Get:
    bzr branch PUBLIC_URL vurbanism
    cd vurbanism
    virtualenv .
    pip -E . install -r requirements.txt

Develop:
    create vurbanism/local_settings.py

    . bin/activate
    cd vurbanism
    python manage.py shell

    python manage.py runserver

Deploy:
    create vurbanism/local_settings.py

    create /etc/apache2/sites-availavle/sitename.conf