From 5ee26af02ad53bbb5ddcd2fa7f7c9fca29bb0f72 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 27 Dec 2024 12:26:21 +0000 Subject: comments changed --- settings.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'settings.py') 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 -- cgit v1.2.3