First commit
This commit is contained in:
commit
8aa77915ad
47 changed files with 19884 additions and 0 deletions
5
runserver.sh
Executable file
5
runserver.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
. env/bin/activate
|
||||
|
||||
python manage.py runserver 0.0.0.0:8000 --settings issuetracker.local_settings
|
Loading…
Add table
Add a link
Reference in a new issue