ModuleNotFoundError: No module named 'mysite.apps'

373 Views Asked by At

I am following the instructions of the Tech With Tim django tutorial, but when I write python manage.py migrate on cmd apeare the error ModuleNotFoundError: No module named 'mysite.apps' It's nothing wrong with the manage.py file, I am on the right directory 'C:\Users\*******\PycharmProjects\djangoProject\mysite>' what can I do to solve this problem?

here is the link to the tutorial:https://www.youtube.com/watch?v=UxTwFMZ4r5k

0

There are 0 best solutions below