plateforme-tfjm2/entrypoint.sh

8 lines
155 B
Bash
Raw Normal View History

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