mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 00:36:11 -06:00
Move management command from extras to dcim
This commit is contained in:
parent
c75211d100
commit
b556e9c40e
@ -28,7 +28,7 @@ CHOICES_MAP = {
|
|||||||
|
|
||||||
|
|
||||||
class Command(BaseCommand):
|
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):
|
def add_arguments(self, parser):
|
||||||
parser.add_argument(
|
parser.add_argument(
|
Loading…
Reference in New Issue
Block a user