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

Refactor extras forms

This commit is contained in:
jeremystretch
2021-09-28 10:44:53 -04:00
parent db522f96be
commit 833acc3618
8 changed files with 1036 additions and 988 deletions

View File

@@ -0,0 +1,6 @@
from .models import *
from .filtersets import *
from .bulk_edit import *
from .bulk_import import *
from .customfields import *
from .scripts import *