summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-06-04 23:53:36 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-06-04 23:53:36 +0100
commit681bfcb4c452fd24233a2304ad8d9d1a416036fc (patch)
tree01051c27b94ce6b5bedf93131829a33e12fd41b8 /urls.py
parent27816724f81f1655bd605cdbd3161a19a0222dfe (diff)
downloadtroggle-681bfcb4c452fd24233a2304ad8d9d1a416036fc.tar.gz
troggle-681bfcb4c452fd24233a2304ad8d9d1a416036fc.tar.bz2
troggle-681bfcb4c452fd24233a2304ad8d9d1a416036fc.zip
removing redundant functions
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/urls.py b/urls.py
index 8824c60..ebce032 100644
--- a/urls.py
+++ b/urls.py
@@ -117,9 +117,7 @@ actualurlpatterns = patterns('',
url(r'^survexfile/(?P<survex_cave>.*)$', views_survex.survexcavesingle, name="survexcavessingle"),
url(r'^survexfileraw/(?P<survex_file>.*?)\.svx$', views_survex.svxraw, name="svxraw"),
- (r'^survey_files/listdir/(?P<path>.*)$', view_surveys.listdir),
(r'^survey_files/download/(?P<path>.*)$', view_surveys.download),
- #(r'^survey_files/upload/(?P<path>.*)$', view_surveys.upload),
#(r'^survey_scans/(?P<path>.*)$', 'django.views.static.serve', {'document_root': settings.SURVEY_SCANS, 'show_indexes':True}),
url(r'^survey_scans/$', view_surveys.surveyscansfolders, name="surveyscansfolders"),