summaryrefslogtreecommitdiff
path: root/postgresqleu/settings.py
diff options
context:
space:
mode:
authorMagnus Hagander2019-12-29 21:55:45 +0000
committerMagnus Hagander2019-12-29 21:55:45 +0000
commit592e5addb25245565ac1916e158ace68b54409bf (patch)
tree8333905a05fe3b60eac4b9102ebe6a9bd0e89cc7 /postgresqleu/settings.py
parent7b195fc8bb790fc04a5abaddad87c336bde9c7ed (diff)
Fix typo
Diffstat (limited to 'postgresqleu/settings.py')
-rw-r--r--postgresqleu/settings.py2
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),
)