2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 05:07:13 +00:00

attempt to simplify wnt horribly wrong

This commit is contained in:
Philip Sargent
2020-06-06 22:51:55 +01:00
parent f8a3c8f5bc
commit fda50ed570
9 changed files with 135 additions and 88 deletions

View File

@@ -19,6 +19,8 @@ import urllib.parse
import django
print("** importing troggle/settings.py")
# Note that this builds upon the django system installed
# global settings in
# django/conf/global_settings.py which is automatically loaded first.
@@ -158,3 +160,4 @@ TEST_RUNNER = 'django.test.runner.DiscoverRunner'
from localsettings import *
#localsettings needs to take precedence. Call it to override any existing vars.
print("** finished importing troggle/settings.py")