mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-02-06 08:53:01 +00:00
8 lines
175 B
Bash
8 lines
175 B
Bash
|
#!/bin/bash
|
||
|
python manage.py compilemessages
|
||
|
python manage.py makemigrations
|
||
|
python manage.py migrate
|
||
|
|
||
|
# TODO: use uwsgi in production
|
||
|
python manage.py runserver 0.0.0.0:8000
|