You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Sanj 5612a120f6 add csrf_token to login form 12 years ago
manifests add csrf_token to login form 12 years ago
wsgi wsgi imports 12 years ago
COPYING initial import scripts 13 years ago
README inital project layout 14 years ago
fabfile.py inital project layout 14 years ago
requirements.txt new db, translations, etc 12 years ago

README

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