mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-04 23:07:56 +10:00
wip
This commit is contained in:
@@ -4,9 +4,9 @@ from django.apps import AppConfig
|
||||
|
||||
|
||||
class APIConfig(AppConfig):
|
||||
name = 'api'
|
||||
name = 'archivebox.api'
|
||||
|
||||
|
||||
def register_admin(admin_site):
|
||||
from api.admin import register_admin
|
||||
from archivebox.api.admin import register_admin
|
||||
register_admin(admin_site)
|
||||
|
||||
Reference in New Issue
Block a user