1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-29 11:50:57 +02:00
Files
plateforme-tfjm2/entrypoint.sh
Yohann D'ANELLO b93643d0cc Fix static files!
2020-05-06 23:43:14 +02:00

10 lines
249 B
Bash
Executable File

#!/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 --insecure