Replies: 1 comment 1 reply
-
You need to activate the venv |
Beta Was this translation helpful? Give feedback.
1 reply
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 i run througth the install docu until i should test the installaton with pythons internes server. I got the following message:
netbox$ python3 manage.py runserver 0.0.0.0:8000 --insecure
Traceback (most recent call last):
File "/opt/netbox-3.7.2/netbox/manage.py", line 8, in
from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'
There is no dedicated django installation mentioned.
Thx for any help
Beta Was this translation helpful? Give feedback.
All reactions