Add SERVER_EMAIL
This commit is contained in:
parent
4fa3f96184
commit
b38aadb0d8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
# #############################################################################
|
||||
|
|
Loading…
Reference in a new issue