mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-12 21:35:51 +01:00
7 lines
109 B
Python
7 lines
109 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class IPAMConfig(AppConfig):
|
|
name = "ipam"
|
|
verbose_name = "IPAM"
|