summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-05-04 21:03:04 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-05-04 21:03:04 +0100
commit44b6770b6a562bb8a7d453ddfd1b0b547013a958 (patch)
treed5659a4248e41637852574725ee414cd74b42a17 /urls.py
parent1638f97d0c785832ad9c6456f109971d5171c5e7 (diff)
downloadtroggle-44b6770b6a562bb8a7d453ddfd1b0b547013a958.tar.gz
troggle-44b6770b6a562bb8a7d453ddfd1b0b547013a958.tar.bz2
troggle-44b6770b6a562bb8a7d453ddfd1b0b547013a958.zip
oops. finished update on rename
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 8e4ccfe..c3eabc6 100644
--- a/urls.py
+++ b/urls.py
@@ -11,7 +11,7 @@ from django.urls import reverse, resolve
from troggle.core.views import caves, statistics, survex
from troggle.core.views.scans import scansingle, singlewallet, allwallets
from troggle.core.views.drawings import dwgallfiles, dwgfilesingle
-from troggle.core.views.drawings import dwgfileupload
+#from troggle.core.views.drawings import dwgfileupload
from troggle.core.views.other import dwgupload
from troggle.core.views.other import troggle404, frontpage, todos, controlpanel, frontpage, scanupload
from troggle.core.views.other import exportlogbook