mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-25 04:50:00 -06:00
Define __all__ for models.py within each app
This commit is contained in:
@@ -11,6 +11,14 @@ from utilities.models import ChangeLoggedModel
|
||||
from .choices import *
|
||||
|
||||
|
||||
__all__ = (
|
||||
'Cluster',
|
||||
'ClusterGroup',
|
||||
'ClusterType',
|
||||
'VirtualMachine',
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Cluster types
|
||||
#
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
from django.core.exceptions import ValidationError
|
||||
from django.test import TestCase
|
||||
|
||||
from virtualization.models import *
|
||||
|
||||
Reference in New Issue
Block a user