trigger abx.pm.hook.ready from core.AppConfig.ready

This commit is contained in:
Nick Sweeting 2024-10-21 01:31:02 -07:00
parent dd40f252ed
commit 7a6f1f36d2
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -12,6 +12,8 @@ class CoreConfig(AppConfig):
"""Register the archivebox.core.admin_site as the main django admin site"""
from core.admin_site import register_admin_site
register_admin_site()
abx.pm.hook.ready()