peterbaumert / netbox-device-view

47 stars 6 forks source link

Plugin configuration documentation. #6

Closed deku-m closed 1 year ago

deku-m commented 1 year ago

Hi,

Doesnt your plugin documentation(readme) supposed to be adjusted to the following?

# In your configuration.py
PLUGINS = ["netbox-device-view"]

Should that be:

# In your configuration.py
PLUGINS = ["netbox_device_view"]

Aswell as: python3 manage.py migrate netbox-device-view to python3 manage.py migrate netbox_device_view

peterbaumert commented 1 year ago

Uh yeah i guess. Will check again and update doc. Thank you