2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-18 20:37:36 +00:00

comments changed

This commit is contained in:
2024-12-27 12:26:21 +00:00
parent 42b978197c
commit 5ee26af02a

View File

@@ -10,14 +10,6 @@ https://docs.djangoproject.com/en/dev/topics/settings/
For the full list of settings and their values, see For the full list of settings and their values, see
https://docs.djangoproject.com/en/dev/ref/settings/ 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") print("* importing troggle/settings.py")
if 'runserver' in sys.argv: 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"] ALLOWED_HOSTS = ["*", "expo.survex.com", ".survex.com", "localhost", "127.0.0.1", "192.168.0.5"]
ADMINS = ( ADMINS = (
# ('Your Name', 'your_email@domain.com'), ('Wookey', 'wookey@wookware.org'),
) )
MANAGERS = ADMINS MANAGERS = ADMINS