mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 23:37:58 +10:00
wip major changes
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
__package__ = 'archivebox.machine'
|
||||
|
||||
import abx
|
||||
|
||||
from django.contrib import admin
|
||||
from django.utils.html import format_html
|
||||
|
||||
@@ -71,7 +69,6 @@ class InstalledBinaryAdmin(BaseModelAdmin):
|
||||
)
|
||||
|
||||
|
||||
@abx.hookimpl
|
||||
def register_admin(admin_site):
|
||||
admin_site.register(Machine, MachineAdmin)
|
||||
admin_site.register(NetworkInterface, NetworkInterfaceAdmin)
|
||||
|
||||
Reference in New Issue
Block a user