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

Reorganize REST API components under netbox app

This commit is contained in:
Jeremy Stretch
2020-10-13 15:54:23 -04:00
parent 97ac6851d0
commit c0c5f52ed9
47 changed files with 753 additions and 750 deletions

View File

@ -1,7 +1,7 @@
from rest_framework import serializers
from netbox.api import WritableNestedSerializer
from tenancy.models import Tenant, TenantGroup
from utilities.api import WritableNestedSerializer
__all__ = [
'NestedTenantGroupSerializer',