mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Move admin views for users, groups, and object permissions from the admin site to the NetBox frontend --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
6 lines
135 B
Python
6 lines
135 B
Python
from .authentication import *
|
|
from .bulk_edit import *
|
|
from .bulk_import import *
|
|
from .filtersets import *
|
|
from .model_forms import *
|