Import Error: No module named django

I had the same error, and this fix my issue

python -m pip install django

🙂 Done!

Leave a Comment