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:
@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user