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.
 
 
 
 

375 B

vurbanism

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

Develop:
create vurbanism/local_settings.py

. bin/activate
cd vurbanism
python manage.py shell

python manage.py runserver

Deploy:
create vurbanism/local_settings.py

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