Trying to use nextbox-ui-plugin on NetBox but facing error : Must be "SavedTopology" instance. #14651
Unanswered
NaveenReddy198
asked this question in
Help Wanted!
Replies: 2 comments
-
Since this is a bug in the plugin, you're best off asking on the plugin's mailing list or issue tracker. You'll need to say, at minimum, what version of Netbox you're using. Netbox's API changes between versions, and plugins need to be modified to work with newer versions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Boa noite, Estou com mesmo problema. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hii Team , Iam using Netbox and on top of that i wanted to use nextbox-ui-plugin .I have installed it and configured it .
While running below command
(venv) $ python3 manage.py migrate
Iam getting below errors
ERRORS:
nextbox_ui_plugin.SavedTopology.created_by: (fields.E300) Field defines a relation with model 'users.AdminUser', which is either not installed, or is abstract.
nextbox_ui_plugin.SavedTopology.created_by: (fields.E307) The field nextbox_ui_plugin.SavedTopology.created_by was declared with a lazy reference to 'users.adminuser', but app 'users' doesn't provide model 'adminuser'.
Can anyone help me with this ?
Beta Was this translation helpful? Give feedback.
All reactions