Go to file
2012-04-22 20:09:45 +05:30
manifests template changes 2012-04-22 20:09:45 +05:30
wsgi inital project layout 2010-08-31 05:27:32 +05:30
COPYING initial import scripts 2011-12-07 01:36:15 +05:30
fabfile.py inital project layout 2010-08-31 05:27:32 +05:30
README inital project layout 2010-08-31 05:27:32 +05:30
requirements.txt new db, translations, etc 2012-02-18 13:27:36 +05:30

manifests

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

Develop:
    create manifests/local_settings.py

    . bin/activate
    cd manifests
    python manage.py shell

    python manage.py runserver

Deploy:
    create manifests/local_settings.py

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