2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

comment about gpx files

This commit is contained in:
Philip Sargent 2024-07-08 18:48:49 +02:00
parent cb854696c9
commit 35e6bbe1ac

View File

@ -55,6 +55,11 @@ todo = '''
# not yet restored all the functions. Some may have never been fully implemented in # not yet restored all the functions. Some may have never been fully implemented in
# the first place and what they were intended to provide is obscure. # the first place and what they were intended to provide is obscure.
# WHen running on the server, apache intercepts all teh /expofiles/ files so troggle never sees them,
# so the "content type" is set by whatever apache thinks it should be. Which means .gpx files
# get treated as XML and the web browser fails to do anything usefull
if settings.EXPOFILESREMOTE: if settings.EXPOFILESREMOTE:
expofilesurls = [ expofilesurls = [
path('<path:filepath>', expofiles_redirect, name="expofiles_redirect"), # to http://expo.survex.com/expofiles path('<path:filepath>', expofiles_redirect, name="expofiles_redirect"), # to http://expo.survex.com/expofiles