netbox-community / netbox-reorder-rack

NetBox plugin to allow users to reorder devices within a rack using a drag and drop UI.
Apache License 2.0
47 stars 5 forks source link

Problem with the setup #13

Closed Budo31 closed 4 months ago

Budo31 commented 4 months ago

netbox-reorder-rack version

v1.1.0

Python version

3.11

Steps to Reproduce

the same as explained in README

Expected Behavior

It needed just to work

Observed Behavior

django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'netbox_reorder_rack.templatetags.rack': No module named 'utilities.html'

kprklg commented 4 months ago

netbox4 ?

minitriga commented 4 months ago

What netbox version?

minitriga commented 4 months ago

Ahh I see the issue. You have installed the most recent version of the plugin which is not compatible with an older version of NetBox you're running. Please see the compatibility matrix to see the version of the plugin you need to install for your NetBox Instance.

Please see