mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-30 18:01:25 +02:00
Reset project
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
python manage.py compilemessages
|
||||
python manage.py migrate
|
||||
|
||||
nginx
|
||||
|
||||
if [ "$TFJM_STAGE" = "prod" ]; then
|
||||
gunicorn -b 0.0.0.0:8000 --workers=2 --threads=4 --worker-class=gthread tfjm.wsgi --access-logfile '-' --error-logfile '-';
|
||||
else
|
||||
./manage.py runserver 0.0.0.0:8000;
|
||||
fi
|
Reference in New Issue
Block a user