Add admin email

This commit is contained in:
Yohann D'ANELLO 2020-05-05 07:50:55 +02:00
parent 0f3a50f368
commit 0f5b8abe91
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
APPS_DIR = os.path.realpath(os.path.join(BASE_DIR, "apps"))
sys.path.append(APPS_DIR)
ADMINS = [("Yohann D'ANELLO", "yohann.danello@animath.fr")]
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/