1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-02 06:38:33 +02:00

Fix static files!

This commit is contained in:
Yohann D'ANELLO
2020-05-06 23:43:14 +02:00
parent 2a97dab5b6
commit b93643d0cc
3 changed files with 5 additions and 3 deletions

View File

@ -6,4 +6,4 @@ python manage.py compilemessages
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 0.0.0.0:8000
python manage.py runserver 0.0.0.0:8000 --insecure