Go to file
2010-06-29 18:12:01 +05:30
edgware changed stories to studies 2010-06-29 18:12:01 +05:30
wsgi inital project layout 2010-03-07 21:33:15 +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 added registration templates 2010-05-14 04:08:22 +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