plateforme-tfjm2/entrypoint.sh

10 lines
238 B
Bash
Raw Normal View History

2020-04-29 00:24:12 +00:00
#!/bin/bash
# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
python manage.py compilemessages
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 0.0.0.0:8000