Module name Error

Ok let me explain
I got a Directory name Apps so inside I got a startapp erp
I am using test.py form erp folder.

and when I run test.py
send me this error
in test.py I got this:
from DjanWeb.wsgi import *

-DjanWeb is my Django Files

ModuleNotFoundError: No module named ‘apps.erp’; ‘apps’ is not a package

any suggest please

Hey there!
Can you post here your file structure?

From what i can imagine, maybe you’re missing the __init__.py file into the apps folder.

1 Like

i can guess also your Hierarchy structure is not made correct.