Go to file
2010-10-26 00:52:03 +02:00
rizk bunch more stuff changed to rizk 2010-10-26 00:52:03 +02:00
wsgi added init data json 2010-10-24 16:28:13 +02: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