netbox topology views installation #307
lasag-2511
started this conversation in
General
Replies: 2 comments
-
First of all, you shouldn't have to migrate yourself. Or are you trying to develop? Second, it should be "python3 manage.py migrate", without the plugin name. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Make sure the plugin is installed (pip install netbox-topology-views) Also make sure that you venv is active if you use that ( |
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.
-
Hi all, I have the below error when running command.
python3 manage.py migrate netbox_topology_views
warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
CommandError: No installed app with label 'netbox_topology_views'
Beta Was this translation helpful? Give feedback.
All reactions