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:
10
settings.py
10
settings.py
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user