mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-11-29 22:53:03 +00:00
10 lines
249 B
Bash
Executable File
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
|