1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Code cleanup

This commit is contained in:
Jeremy Stretch
2016-05-18 16:20:30 -04:00
parent 112e2ccde7
commit f690be60fd
17 changed files with 120 additions and 112 deletions

View File

@ -1,6 +1,8 @@
from django.contrib import admin
from .models import *
from .models import (
Aggregate, IPAddress, Prefix, RIR, Role, VLAN, VRF,
)
@admin.register(VRF)