summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-05-04 15:44:46 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-05-04 15:44:46 +0100
commitb4abd7b6bcecf31dbcb29f87cb436e7282104bea (patch)
treea9185949f4952e5ef5d61bc66d9eff545257be14 /urls.py
parent6d341a3cfe7fadd490400baf8273be9c29640d4c (diff)
downloadtroggle-b4abd7b6bcecf31dbcb29f87cb436e7282104bea.tar.gz
troggle-b4abd7b6bcecf31dbcb29f87cb436e7282104bea.tar.bz2
troggle-b4abd7b6bcecf31dbcb29f87cb436e7282104bea.zip
menu update
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 f3092a8..7df80dd 100644
--- a/urls.py
+++ b/urls.py
@@ -42,8 +42,6 @@ The API urls return TSV or JSON and are new in July 2020.
todo = '''Replace most re_path() with modern and simpler path()
'''
-#handler404 = 'troggle.core.views.other.troggle404' # can't get this to work. but 404.html is default anyway
-
# Many of these patterns do not work because troggle spent many years broken and we have
# 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.