summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/settings.py b/settings.py
index 77b5520..0c5da75 100644
--- a/settings.py
+++ b/settings.py
@@ -10,14 +10,6 @@ https://docs.djangoproject.com/en/dev/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/dev/ref/settings/
"""
-# Imports should be grouped in the following order:
-
-# 1.Standard library imports.
-# 2.Related third party imports.
-# 3.Local application/library specific imports.
-# 4.You should put a blank line between each group of imports.
-
-
print("* importing troggle/settings.py")
if 'runserver' in sys.argv:
@@ -50,7 +42,7 @@ NOTABLECAVES1626 = ["359"]
ALLOWED_HOSTS = ["*", "expo.survex.com", ".survex.com", "localhost", "127.0.0.1", "192.168.0.5"]
ADMINS = (
- # ('Your Name', 'your_email@domain.com'),
+ ('Wookey', 'wookey@wookware.org'),
)
MANAGERS = ADMINS