mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2024-12-25 05:42:24 +00:00
9 lines
183 B
Bash
Executable File
9 lines
183 B
Bash
Executable File
#!/bin/bash
|
|
python manage.py compilemessages
|
|
python manage.py makemigrations
|
|
sleep 2
|
|
python manage.py migrate
|
|
|
|
# TODO: use uwsgi in production
|
|
python manage.py runserver 0.0.0.0:8000
|