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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user