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

Split tenancy models into separate modules

This commit is contained in:
jeremystretch
2021-10-21 15:33:58 -04:00
parent c06b3374ce
commit a3e7cab935
3 changed files with 101 additions and 97 deletions

View File

@@ -0,0 +1,2 @@
from .contacts import *
from .tenants import *