-
When installing in netbox 3.4.1 I receive the following error after running: python3 manage.py migrate netbox_topology_views I've made sure I install the plugin inside the virtual environment and when I run pip list I see the plugin. Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
mwolfe60
Jan 3, 2023
Replies: 1 comment
-
I was able to solve my problem. I had a typo in the configuration.py file. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mattieserver
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to solve my problem. I had a typo in the configuration.py file.
['netbox_topology_veiws'] instead of ["netbox_topology_veiws"]