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
{{ message }}
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
(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 %
Browsers
No response
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: