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

Refactor models under users app

This commit is contained in:
Jeremy Stretch
2024-04-02 15:06:05 -04:00
parent fb129579c1
commit abc949a015
8 changed files with 467 additions and 449 deletions

View File

@@ -0,0 +1,4 @@
from .users import *
from .preferences import *
from .tokens import *
from .permissions import *