Go to file
2011-10-09 11:26:42 -04:00
urbstudio sliderimgs 2011-10-09 11:26:42 -04:00
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 and all goes to hell 2011-10-05 07:48:28 -04:00

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