Steps
Steps
The above exception was the direct cause of the following exception:
The above exception was the direct cause of the following exception:
main()
File "C:\Users\dell\Desktop\Me\Test\rio_games\RioGames\manage.py", line 14, 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) PS C:\Users\dell\Desktop\Me\Test\rio_games\RioGames> pip install django
Collecting django
Downloading Django-4.2.7-py3-none-any.whl (8.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/8.0 MB 1.2 MB/s eta 0:00:00
Collecting tzdata
Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB)
Collecting sqlparse>=0.3.1
Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB)
Collecting asgiref<4,>=3.6.0
Using cached asgiref-3.7.2-py3-none-any.whl (24 kB)
Collecting typing-extensions>=4
Using cached typing_extensions-4.8.0-py3-none-any.whl (31 kB)
Installing collected packages: tzdata, typing-extensions, sqlparse, asgiref, django
Successfully installed asgiref-3.7.2 django-4.2.7 sqlparse-0.4.4 typing-extensions-
4.8.0 tzdata-2023.3
The above exception was the direct cause of the following exception:
The above exception was the direct cause of the following exception: