Add ADMINS settings.

This commit is contained in:
Víðir Valberg Guðmundsson 2021-03-03 15:18:57 +01:00
parent 79f8903c2c
commit ba7fabf5c7
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ DEBUG = env.bool("DEBUG", default=False)
ALLOWED_HOSTS = env.list("ALLOWED_HOSTS", default=["*"])
ADMINS = env.list("DJANGO_ADMINS", default=[])
# Application definition