1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 01:18:22 +02:00

Fix static ?

This commit is contained in:
Yohann D'ANELLO
2020-05-06 19:54:50 +02:00
parent 6f5b35c0d7
commit ce9f5b5665
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ DATABASES = {
}
# Break it, fix it!
DEBUG = True
DEBUG = False
# Mandatory !
ALLOWED_HOSTS = ['inscription.tfjm.org']