Initil Commit

This commit is contained in:
Dustin Pianalto
2019-08-25 15:20:43 -08:00
commit 4b5edfb35f
111 changed files with 3319 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
set -o errexit
set -o pipefail
set -o nounset
python manage.py migrate
python manage.py runserver_plus 0.0.0.0:8000