diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2020-02-27 00:58:09 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2020-02-27 00:58:09 +0000 |
commit | cdef395f89e81c2231538d76f1204cbe322fa289 (patch) | |
tree | c5d46a8d8d6b27038beda69f052c93ff998f3417 /urls.py | |
parent | 66f6a9ce90c4dc6badb58a0745e07b995f4150db (diff) | |
download | troggle-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |