Renamed IPAMConfig to DCIMConfig
This commit is contained in:
parent
73d24532c9
commit
03542b400d
|
|
@ -1 +1 @@
|
|||
default_app_config = 'dcim.apps.IPAMConfig'
|
||||
default_app_config = 'dcim.apps.DCIMConfig'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class IPAMConfig(AppConfig):
|
||||
class DCIMConfig(AppConfig):
|
||||
name = "dcim"
|
||||
verbose_name = "DCIM"
|
||||
|
|
|
|||
Loading…
Reference in New Issue