mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -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
|
@ -1,14 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
import abx
|
||||
|
||||
|
||||
class QueuesConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'queues'
|
||||
|
||||
|
||||
@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