~mhall119/ubuntu-api-website/udn

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
== Installing ==

bzr branch lp:ubuntu-community-webthemes/developer-django-theme ./developer_network/ubuntu_website

virtualenv --no-site-packages ./env
./env/bin/pip install -r requirements.txt


== Running ==

 cd ./developer_network
../env/bin/python manage.py syncdb
../env/bin/python manage.py collectstatic
../env/bin/python manage.py runserver