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