Go to file
2011-07-03 06:21:38 +05:30
edgware remove f*in' .DS_Store: mental note to add to .bzrignore 2011-07-03 06:21:38 +05:30
wsgi inital project layout 2010-03-07 21:33:15 +05:30
COPYING added video and audio stuff 2011-01-14 17:44:50 +05:30
fabfile.py inital project layout 2010-03-07 21:33:15 +05:30
README inital project layout 2010-03-07 21:33:15 +05:30
requirements.txt put upload and browser into brown bar template; small fixes with requirements.txt 2011-06-30 19:48:29 +05:30

edgware

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

Develop:
    create edgware/local_settings.py

    . bin/activate
    cd edgware
    python manage.py shell

    python manage.py runserver

Deploy:
    create edgware/local_settings.py

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