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
I had the same error. Try to name path (and project) without "_":
../my_project/venv -> ../my-project/venv