summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2020-02-27 00:58:09 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2020-02-27 00:58:09 +0000
commitcdef395f89e81c2231538d76f1204cbe322fa289 (patch)
treec5d46a8d8d6b27038beda69f052c93ff998f3417 /urls.py
parent66f6a9ce90c4dc6badb58a0745e07b995f4150db (diff)
downloadtroggle-cdef395f89e81c2231538d76f1204cbe322fa289.tar.gz
troggle-cdef395f89e81c2231538d76f1204cbe322fa289.tar.bz2
troggle-cdef395f89e81c2231538d76f1204cbe322fa289.zip
New troggle report on defined directory paths
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 2a30faf..281e189 100644
--- a/urls.py
+++ b/urls.py
@@ -157,6 +157,7 @@ actualurlpatterns = patterns('',
# for those silly ideas
url(r'^experimental.*$', views_logbooks.experimental, name="experimental"),
+ url(r'^pathsreport.*$', views_logbooks.pathsreport, name="pathsreport"),
#url(r'^trip_report/?$',views_other.tripreport,name="trip_report")