Go to file
2011-08-15 19:19:45 +05:30
wsgi inital project layout 2011-08-03 22:20:53 +05:30
fabfile.py changes 2011-08-15 19:19:45 +05:30
README inital project layout 2011-08-03 22:20:53 +05:30
requirements.txt changes 2011-08-15 19:19:45 +05:30

mofca

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

Develop:
    create mofca/local_settings.py

    . bin/activate
    cd mofca
    python manage.py shell

    python manage.py runserver

Deploy:
    create mofca/local_settings.py

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