mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-02-06 04:13:02 +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
|