0
Django Import Error
I was working on my first django project using the documentation. I am getting this error while importing django modules. I'm sure that django is successfully installed in my virtual environment. The error is: Unable to import 'django.shortcuts' Unable to import 'django.http' Unable to import 'django.contrib' Unable to import 'django.urls' Please Help
5 Respostas
0
try to uninstall Django and install one more time or check your code
0
i have created a separate environment path...and reinstalled it thrice...then also i'm getting the same error
0
https://i.stack.imgur.com/I2US7.png
here is the screenshot of the error
0
check all your codes
0
I'm having the same issue as Gurpartap Singh. Gurpartap, did you ever find out what the issue was and how to fix it?