Good afternoon,
Has anyone run into any issues w/ testing NetBox:
admin@netbox:/opt/netbox/netbox$ python3 manage.py runserver 0.0.0.0:8000 --insecure Traceback (most recent call last):
File "manage.py", line 8, in <module>
from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'
I am followed the guide verbatim but now stuck here.
I tried skipping to the next step and testing via:
http://127.0.0.1:8000 but I received an error message, 'Unable to Connect'.
Could someone provide guidance?