diff options
author | Magnus Hagander | 2019-12-29 21:55:45 +0000 |
---|---|---|
committer | Magnus Hagander | 2019-12-29 21:55:45 +0000 |
commit | 592e5addb25245565ac1916e158ace68b54409bf (patch) | |
tree | 8333905a05fe3b60eac4b9102ebe6a9bd0e89cc7 /postgresqleu/settings.py | |
parent | 7b195fc8bb790fc04a5abaddad87c336bde9c7ed (diff) |
Fix typo
Diffstat (limited to 'postgresqleu/settings.py')
-rw-r--r-- | postgresqleu/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresqleu/settings.py b/postgresqleu/settings.py index 807f7f89..0d6b0337 100644 --- a/postgresqleu/settings.py +++ b/postgresqleu/settings.py @@ -232,7 +232,7 @@ else: if not SECRET_KEY: raise Exception("SECRET_KEY must be configured!") -# Reset admins based on confir params from skins and local +# Reset admins based on config params from skins and local ADMINS = ( ('{0} webmaster'.format(ORG_NAME), DEFAULT_EMAIL), ) |