First commit

This commit is contained in:
Élie Bouttier 2014-08-01 19:49:57 -07:00
commit 8aa77915ad
47 changed files with 19884 additions and 0 deletions

5
runserver.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
. env/bin/activate
python manage.py runserver 0.0.0.0:8000 --settings issuetracker.local_settings