This website requires JavaScript.
Explore
Help
Sign In
mirror
/
netbox-community-netbox
Watch
1
Star
0
Fork
0
You've already forked netbox-community-netbox
mirror of
https://github.com/netbox-community/netbox.git
synced
2024-05-10 07:54:54 +00:00
Code
netbox-community-netbox
/
netbox
/
dcim
/
apps.py
7 lines
109 B
Python
Raw
Normal View
History
Unescape
Escape
Initial push to public repo
2016-03-01 11:23:03 -05:00
from
django
.
apps
import
AppConfig
Renamed IPAMConfig to DCIMConfig
2016-07-13 09:25:13 -04:00
class
DCIMConfig
(
AppConfig
)
:
Initial push to public repo
2016-03-01 11:23:03 -05:00
name
=
"
dcim
"
verbose_name
=
"
DCIM
"
Copy Permalink