mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
trigger abx.pm.hook.ready from core.AppConfig.ready
This commit is contained in:
parent
dd40f252ed
commit
7a6f1f36d2
2 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue