Move management command from extras to dcim

This commit is contained in:
Jeremy Stretch 2023-08-11 10:12:14 -04:00
parent c75211d100
commit b556e9c40e

View File

@ -28,7 +28,7 @@ CHOICES_MAP = {
class Command(BaseCommand):
help = "Generate JSON schema for the NetBox device type library"
help = "Generate JSON schema for validating NetBox device type definitions"
def add_arguments(self, parser):
parser.add_argument(