I try to figure it out why can't I import a module but I have no success. My structure is very simple:
exitinterview
firm
stressz
-models.py
performance
-emails.py
I want to import Projects
class from stressz.models
into emails.py
like this:
from stressz.models import Project
But I always get this error:
ModuleNotFoundError: No module named 'stressz'
I have stressz
in my settings.py
in the INSTALLED_APPS