mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-23 03:06:55 -04:00
add Seed admin
This commit is contained in:
parent
c2add7119c
commit
8cd285e273
2 changed files with 78 additions and 2 deletions
|
@ -0,0 +1,11 @@
|
|||
|
||||
__package__ = 'archivebox.seeds'
|
||||
|
||||
import abx
|
||||
|
||||
|
||||
@abx.hookimpl
|
||||
def register_admin(admin_site):
|
||||
from .admin import register_admin as register_seeds_admin
|
||||
register_seeds_admin(admin_site)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue