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 4718d3d76a changed license to gpl v 3 - am i allowed to do that? wtf.. 13 years ago
edgware remove f*in' .DS_Store: mental note to add to .bzrignore 13 years ago
wsgi inital project layout 14 years ago
COPYING changed license to gpl v 3 - am i allowed to do that? wtf.. 13 years ago
README inital project layout 14 years ago
fabfile.py inital project layout 14 years ago
requirements.txt put upload and browser into brown bar template; small fixes with requirements.txt 13 years ago

README

edgware

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

Develop:
create edgware/local_settings.py

. bin/activate
cd edgware
python manage.py shell

python manage.py runserver

Deploy:
create edgware/local_settings.py

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