1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-07 15:08:30 +02:00

Clarify Django commands

This commit is contained in:
Alexandre Iooss
2020-02-09 15:08:27 +01:00
parent 4d8d54e7de
commit 8a13f87a9e
3 changed files with 3 additions and 20 deletions

View File

@ -9,6 +9,7 @@ python manage.py makemigrations
sleep 2
python manage.py migrate
python manage.py collectstatic
uwsgi --chdir="$(pwd)" \
--module=med.wsgi:application \