Go to file
2012-10-24 15:37:58 +05:30
urbstudio made orange 2012-10-24 15:37:58 +05:30
wsgi and all goes to hell 2011-10-05 07:48:28 -04:00
fabfile.py and all goes to hell 2011-10-05 07:48:28 -04:00
README and all goes to hell 2011-10-05 07:48:28 -04:00
requirements.txt Noteworthy admin drag n drop 2012-10-02 18:20:07 +05:30

urbstudio

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

Develop:
    create urbstudio/local_settings.py

    . bin/activate
    cd urbstudio
    python manage.py shell

    python manage.py runserver

Deploy:
    create urbstudio/local_settings.py

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