mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-11-26 12:07:09 +00:00
8 lines
155 B
Bash
Executable File
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
|