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

Add inscriptions.tfjm.org as valid DNS

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-05-29 23:35:44 +02:00
parent b828631106
commit 635606eb13
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import os
DEBUG = False
# Mandatory !
ALLOWED_HOSTS = ['inscription.tfjm.org', 'plateforme.tfjm.org']
ALLOWED_HOSTS = ['inscription.tfjm.org', 'inscriptions.tfjm.org', 'plateforme.tfjm.org']
# Emails
EMAIL_BACKEND = 'mailer.backend.DbBackend'