I\'m getting the following errors in Pycharm.
Error: Django is not importable in this environment
It used to work well but I moved t
Project interpreter, which is being used in the pycharm setting , doesn't have the django package installed. So go to
pycharm
django
setting->Project->project interpreter
Then install django package
it will work :)