while executing the Django project it displays the below error message
py .manage.py runserver
Traceback (most recent call last):
File ".manage.py", line 22, in <module>
main()
File ".manage.py", line 14, in main
"Couldn't import Django. Are you sure it's installed and "
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?
python version is 3.12
Django version is 5
the path of python is configured in the environment variables
i tried uninstalling and reinstalling the django.