13 lines
228 B
Python
13 lines
228 B
Python
![]() |
PLUGINS = [
|
||
|
"netbox_dns",
|
||
|
"netbox_topology_views",
|
||
|
"netbox_qrcode"
|
||
|
]
|
||
|
|
||
|
PLUGINS_CONFIG = {
|
||
|
'netbox_qrcode': {
|
||
|
'models': {
|
||
|
'dcim.device': {}, # QR-Codes für Geräte aktivieren
|
||
|
}
|
||
|
}
|
||
|
}
|