Go to file
2011-11-01 05:32:39 +00:00
mofca add 404.html 2011-11-01 05:32:39 +00:00
wsgi inital project layout 2011-08-03 22:20:53 +05:30
fabfile.py changes 2011-08-15 19:19:45 +05:30
README test commit 2011-10-13 13:13:22 +05:30
requirements.txt requirements 2011-08-15 20:15:28 +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