netbox/netbox/ipam/apps.py

7 lines
109 B
Python

from django.apps import AppConfig
class IPAMConfig(AppConfig):
name = "ipam"
verbose_name = "IPAM"