2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 05:37:13 +00:00

fixed url ambiguity by rename

This commit is contained in:
Philip Sargent
2021-05-04 14:16:48 +01:00
parent 90bb0759a0
commit 56c3517328
4 changed files with 19 additions and 11 deletions

View File

@@ -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()