diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-27 12:26:21 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-27 12:26:21 +0000 |
commit | 5ee26af02ad53bbb5ddcd2fa7f7c9fca29bb0f72 (patch) | |
tree | 4b267f31a0b95385bcd4d03b65a0b3c1d7b616b3 /settings.py | |
parent | 42b978197c3a718c226a0f275cc88f093e43768e (diff) | |
download | troggle-5ee26af02ad53bbb5ddcd2fa7f7c9fca29bb0f72.tar.gz troggle-5ee26af02ad53bbb5ddcd2fa7f7c9fca29bb0f72.tar.bz2 troggle-5ee26af02ad53bbb5ddcd2fa7f7c9fca29bb0f72.zip |
comments changed
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 10 |
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 |