mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-01 03:01:41 +00:00
re-enable string conversion
This commit is contained in:
@@ -166,7 +166,7 @@ LOGFILE = '/var/log/troggle/troggle.log' # hmm. Not used since 2022
|
||||
IMPORTLOGFILE = '/var/log/troggle/import.log' # hmm. Not used since 2022
|
||||
|
||||
# Sanitise these to be strings as Django seems to be particularly sensitive to crashing if they aren't
|
||||
#STATIC_URL = str(STATIC_URL) + "/"
|
||||
#MEDIA_URL = str(MEDIA_URL) + "/"
|
||||
STATIC_URL = str(STATIC_URL) + "/"
|
||||
MEDIA_URL = str(MEDIA_URL) + "/"
|
||||
|
||||
print(" + finished importing troggle/localsettings.py")
|
||||
|
||||
Reference in New Issue
Block a user