1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-02-06 11:33:02 +00:00
plateforme-tfjm2/entrypoint.sh

8 lines
155 B
Bash
Raw Normal View History

2020-04-29 02:24:12 +02:00
#!/bin/bash
python manage.py compilemessages
python manage.py makemigrations
python manage.py migrate
2020-05-06 23:43:14 +02:00
python manage.py runserver 0.0.0.0:8000 --insecure