mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
wip major changes
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
__package__ = 'archivebox.workers'
|
||||
__order__ = 100
|
||||
|
||||
import abx
|
||||
|
||||
@abx.hookimpl
|
||||
def register_admin(admin_site):
|
||||
from workers.admin import register_admin
|
||||
register_admin(admin_site)
|
||||
|
||||
Reference in New Issue
Block a user