1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-23 11:56:37 +02:00

Better static files

This commit is contained in:
Yohann D'ANELLO
2020-09-19 20:59:52 +02:00
parent 067a266997
commit dac4460c68
17 changed files with 6 additions and 180 deletions

View File

@ -4,7 +4,7 @@ import os
DEBUG = False
# Mandatory !
ALLOWED_HOSTS = ['inscription.tfjm.org']
ALLOWED_HOSTS = ['inscription.tfjm.org', 'plateforme.tfjm.org']
SECRET_KEY = os.environ.get('DJANGO_SECRET_KEY', 'CHANGE_ME_IN_ENV_SETTINGS')