summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-01-29 12:41:50 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-01-29 12:41:50 +0000
commitf73640522bdd9d218fb00786b54b683da23a17b5 (patch)
tree671e2d9506b8920b58f88e35cdce8fb517352ffe /urls.py
parentd9d4181dda0afbcc7c7d5da85853fc5a614dcd0c (diff)
downloadtroggle-f73640522bdd9d218fb00786b54b683da23a17b5.tar.gz
troggle-f73640522bdd9d218fb00786b54b683da23a17b5.tar.bz2
troggle-f73640522bdd9d218fb00786b54b683da23a17b5.zip
More public debug reports
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 f7fcc3b..744928b 100644
--- a/urls.py
+++ b/urls.py
@@ -149,6 +149,7 @@ trogglepatterns = [
path('dataissues', statistics.dataissues, name="dataissues"),
path('therionissues', statistics.therionissues, name="therionissues"),
path('surveximport', statistics.surveximport, name="surveximport"),
+ path('survexdebug', statistics.survexdebug, name="survexdebug"),
path('eastings', statistics.eastings, name="eastings"),
path('aliases/<int:year>',statistics.aliases, name="aliases"),