mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-03 14:18:16 -06:00
Remove obsolete admin module from dummy plugin
This commit is contained in:
parent
b6b36c51b1
commit
6a32d83157
@ -1,9 +0,0 @@
|
|||||||
from django.contrib import admin
|
|
||||||
|
|
||||||
from netbox.admin import admin_site
|
|
||||||
from .models import DummyModel
|
|
||||||
|
|
||||||
|
|
||||||
@admin.register(DummyModel, site=admin_site)
|
|
||||||
class DummyModelAdmin(admin.ModelAdmin):
|
|
||||||
list_display = ('name', 'number')
|
|
Loading…
Reference in New Issue
Block a user