feat: Add media cleanup functionality with UI and backend support for unused media management
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user