feat: Add logs view for superusers to display and search production logs

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Ross
2026-04-29 22:32:18 +01:00
co-authored by Copilot
parent 89c8cd565f
commit 7479b44f53
3 changed files with 132 additions and 0 deletions
+1
View File
@@ -93,6 +93,7 @@ urlpatterns = [
name="account_profile_update",
),
path("server", views.server, name="server"),
path("logs/", views.logs_view, name="logs_view"),
path("people", views.people, name="people"),
path("accounts/", views.UserListTableView.as_view(), name="accounts_list"),
#path("accounts/", views.UserListView.as_view(), name="accounts_list"),