Good afternoon, I’m new to Django and I’m trying to follow a tutorial. However, when running the server, the following error pops up:
File "C:UsersJorgePycharmProjectswebmysitemysiteurls.py", line 18, in <module> from myapp.views import * ModuleNotFoundError: No module named 'myapp'
This is a screenshot about how my files are right now:
Advertisement
Answer
Your myapp
folder should be inside in your mysite
folder