mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Renamed IPAMConfig to DCIMConfig
This commit is contained in:
@@ -1 +1 @@
|
|||||||
default_app_config = 'dcim.apps.IPAMConfig'
|
default_app_config = 'dcim.apps.DCIMConfig'
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
from django.apps import AppConfig
|
from django.apps import AppConfig
|
||||||
|
|
||||||
|
|
||||||
class IPAMConfig(AppConfig):
|
class DCIMConfig(AppConfig):
|
||||||
name = "dcim"
|
name = "dcim"
|
||||||
verbose_name = "DCIM"
|
verbose_name = "DCIM"
|
||||||
|
Reference in New Issue
Block a user