feat(settings): Allow giving the admin list

This commit is contained in:
Tom Hubrecht 2024-09-26 15:25:26 +02:00
parent 7885252b4a
commit 2978c1facb
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -22,6 +22,8 @@ DEBUG = credentials.get_json("DEBUG", False)
ALLOWED_HOSTS = credentials.get_json("ALLOWED_HOSTS", [])
ADMINS = credentials.get_json("ADMINS", [])
###
# List the installed applications