feat: Add media cleanup functionality with UI and backend support for unused media management

This commit is contained in:
Ross
2026-05-11 12:58:41 +01:00
parent c3131564e6
commit 8da8f27433
7 changed files with 392 additions and 3 deletions
+1
View File
@@ -94,6 +94,7 @@ urlpatterns = [
),
path("server", views.server, name="server"),
path("logs/", views.logs_view, name="logs_view"),
path("management/media-cleanup/", views.media_cleanup, name="media_cleanup"),
path("people", views.people, name="people"),
path("accounts/", views.UserListTableView.as_view(), name="accounts_list"),
#path("accounts/", views.UserListView.as_view(), name="accounts_list"),