Go to file
2010-03-23 01:34:38 +05:30
edgware added stuff for user 2010-03-23 01:34:38 +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 merged arabic textbox code 2010-03-15 01:29:35 +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