From e6ca20b1eda8c6d074dd698c0e1c64b24e86a4c1 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 9 Oct 2022 00:17:53 +0300 Subject: new report to make aliases visible --- urls.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index f46c3c7..59e0bf9 100644 --- a/urls.py +++ b/urls.py @@ -145,11 +145,12 @@ trogglepatterns = [ # System admin and monitoring - path('statistics', statistics.stats, name="stats"), - path('stats', statistics.stats, name="stats"), - path('pathsreport', statistics.pathsreport, name="pathsreport"), - path('dataissues', statistics.dataissues, name="dataissues"), - path('eastings', statistics.eastings, name="eastings"), + path('statistics', statistics.stats, name="stats"), + path('stats', statistics.stats, name="stats"), + path('pathsreport', statistics.pathsreport, name="pathsreport"), + path('dataissues', statistics.dataissues, name="dataissues"), + path('eastings', statistics.eastings, name="eastings"), + path('aliases/',statistics.aliases, name="aliases"), path('troggle', frontpage, name="frontpage"), # control panel. Shows recent actions. path('todo/', todos, name="todos"), -- cgit v1.2.3