Add SERVER_EMAIL

This commit is contained in:
Basile Clement 2022-12-07 15:11:48 +01:00
parent 4fa3f96184
commit b38aadb0d8

View file

@ -28,6 +28,8 @@ ALLOWED_HOSTS = ["vote.eleves.ens.fr"]
STATIC_ROOT = os.path.join(os.path.dirname(BASE_DIR), "static")
SERVER_EMAIL = "kadenios@www.eleves.ens.fr"
# #############################################################################
# Paramètres du cache
# #############################################################################