ModuleNotFoundError even if module (app name) is installed

Viewed 22

I want to start a project but when trying to makemigrations, I got ModuleNotFoundError even if my apps is "installed" in settings

I have 2 apps: authentication and blog In authentication, I have override User model with AbstractUser and that all

Python 3.8.3 / Django 3.2.3

I've try to re-install librairies in my virtual env but doesn't works I have checked for typ errors but there are no errors

whats is wrong?

0 Answers
Related