mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-11-27 02:43:01 +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 5
|
|
python manage.py migrate
|
|
|
|
# TODO: use uwsgi in production
|
|
python manage.py runserver 0.0.0.0:8000
|