init commit
This commit is contained in:
commit
6da103b148
128 changed files with 3959 additions and 0 deletions
9
compose/local/django/start
Normal file
9
compose/local/django/start
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue