summaryrefslogtreecommitdiffstats
path: root/core/views/drawings.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/drawings.py')
-rw-r--r--core/views/drawings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/drawings.py b/core/views/drawings.py
index 19507b9..f0b684a 100644
--- a/core/views/drawings.py
+++ b/core/views/drawings.py
@@ -19,7 +19,7 @@ need to check if invalid query string is invalid, or produces multiple replies
and render a user-friendly error page.
'''
-def dwgdata(request):
+def dwgallfiles(request):
'''Report on all the drawing files in the system. These were loaded by parsing the entire directory tree
'''
dwgfiles = DrawingFile.objects.all()