Go to file
2011-12-24 20:49:16 +05:30
manifests show translation strings in table 2011-12-24 20:49:16 +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 er, requirements 2011-12-08 02:35:55 +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