mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-18 17:14:39 -04:00
add crawls app back to django admin
This commit is contained in:
parent
1ec2753664
commit
b852442efc
3 changed files with 9 additions and 7 deletions
|
@ -0,0 +1,8 @@
|
|||
__package__ = 'archivebox.queues'
|
||||
|
||||
import abx
|
||||
|
||||
@abx.hookimpl
|
||||
def register_admin(admin_site):
|
||||
from queues.admin import register_admin
|
||||
register_admin(admin_site)
|
Loading…
Add table
Add a link
Reference in a new issue