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:
parent
cb854696c9
commit
35e6bbe1ac
5
urls.py
5
urls.py
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user