diff options
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), ) |