netbox/netbox/dcim/apps.py

7 lines
109 B
Python

from django.apps import AppConfig
class IPAMConfig(AppConfig):
name = "dcim"
verbose_name = "DCIM"