mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-06-08 15:42:58 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
set -o nounset
|
||||
|
||||
python manage.py migrate
|
||||
python manage.py loaddata ./fixtures/*.json
|
||||
#python manage.py compilemessages
|
||||
exec python manage.py runserver 0.0.0.0:8000
|
||||
Reference in New Issue
Block a user