summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-09-07 21:40:39 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-09-07 21:40:39 +0300
commit335ffb360dec56f587a396eb4f622f13642f5c0e (patch)
tree49c008e92bd39961b4dd304d09ac82bf98a32b15 /urls.py
parent6d5cee7f6a22fe55a9ad322d3ba2fd5f0cdc62bd (diff)
downloadtroggle-335ffb360dec56f587a396eb4f622f13642f5c0e.tar.gz
troggle-335ffb360dec56f587a396eb4f622f13642f5c0e.tar.bz2
troggle-335ffb360dec56f587a396eb4f622f13642f5c0e.zip
/drawings
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 5e3f29e..57c09de 100644
--- a/urls.py
+++ b/urls.py
@@ -213,6 +213,8 @@ trogglepatterns = [
# The tunnel and therion drawings files pageswalletslistcave
+ path('drawings', dwgallfiles, name="dwgallfiles"),
+ path('drawings/', dwgallfiles, name="dwgallfiles"),
path('dwgfiles', dwgallfiles, name="dwgallfiles"),
path('dwgfiles/', dwgallfiles, name="dwgallfiles"),
path('dwgdataraw/<path:path>', dwgfilesingle, name="dwgfilesingle"),