wip major changes

This commit is contained in:
Nick Sweeting
2025-12-24 20:09:51 -08:00
parent c1335fed37
commit 1915333b81
450 changed files with 35814 additions and 19015 deletions

View File

@@ -36,7 +36,7 @@ def register_admin_site():
admin.site = archivebox_admin
sites.site = archivebox_admin
# register all plugins admin classes
archivebox.pm.hook.register_admin(admin_site=archivebox_admin)
# Plugin admin registration is now handled by individual app admins
# No longer using archivebox.pm.hook.register_admin()
return archivebox_admin