diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-05-04 15:44:46 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-05-04 15:44:46 +0100 |
commit | b4abd7b6bcecf31dbcb29f87cb436e7282104bea (patch) | |
tree | a9185949f4952e5ef5d61bc66d9eff545257be14 /urls.py | |
parent | 6d341a3cfe7fadd490400baf8273be9c29640d4c (diff) | |
download | troggle-b4abd7b6bcecf31dbcb29f87cb436e7282104bea.tar.gz troggle-b4abd7b6bcecf31dbcb29f87cb436e7282104bea.tar.bz2 troggle-b4abd7b6bcecf31dbcb29f87cb436e7282104bea.zip |
menu update
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |