summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 0c5da75..741f8b5 100644
--- a/settings.py
+++ b/settings.py
@@ -16,6 +16,7 @@ if 'runserver' in sys.argv:
print(">>>>running on dev local runserver<<<<")
DEVSERVER = True
else:
+ print(">>>>running on expo.survex.com<<<<")
DEVSERVER = False
EPOCH = date.fromisoformat('1970-01-01')