plateforme-tfjm2/entrypoint.sh

8 lines
155 B
Bash
Executable File

#!/bin/bash
python manage.py compilemessages
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 0.0.0.0:8000 --insecure