You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(venv) paulchikkkk@842d3e mastf % python3 manage.py runserver
Traceback (most recent call last):
File "/Users/paulchikkkk/mastf/manage.py", line 11, in main
from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/paulchikkkk/mastf/manage.py", line 22, in
main()
File "/Users/paulchikkkk/mastf/manage.py", line 13, in main
raise ImportError(
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
(venv) paulchikkkk@842d3e mastf %
Reproduction steps
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
Logs
(venv) paulchikkkk@842d3e mastf % python3 manage.py runserver
Traceback (most recent call last):
File "/Users/paulchikkkk/mastf/manage.py", line 11, in main
from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/paulchikkkk/mastf/manage.py", line 22, in<module>main()
File "/Users/paulchikkkk/mastf/manage.py", line 13, in main
raise ImportError(
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
(venv) paulchikkkk@842d3e mastf %
Bug Description
(venv) paulchikkkk@842d3e mastf % python3 manage.py runserver
Traceback (most recent call last):
File "/Users/paulchikkkk/mastf/manage.py", line 11, in main
from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/paulchikkkk/mastf/manage.py", line 22, in
main()
File "/Users/paulchikkkk/mastf/manage.py", line 13, in main
raise ImportError(
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
(venv) paulchikkkk@842d3e mastf %
Reproduction steps
Logs
Browsers
No response