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 aaabd103ae forgot to add static, etc 14 years ago
ais forgot to add static, etc 14 years ago
wsgi inital project layout 14 years ago
README empty commit 14 years ago
fabfile.py requirements 14 years ago
requirements.txt requirements 14 years ago

README

ais

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


Develop:
create ais/local_settings.py

. bin/activate
cd ais
python manage.py shell

python manage.py runserver

Deploy:
create ais/local_settings.py

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