ModuleNotFoundError: No module named 'testApp'

Error: Module not found.

  1. I created app
  2. install app name ‘testApp’ in INSTALL_APP list in settings.py
  3. write code in models.py. everything is going fine.
  4. write code admin.py but facing error module not found.

NB. I created a virtual environment with Anaconda-Conda
and
install python -v 3.8.8 & django -v 4.0.1
Please look the screenshot…

Have you worked your way through either or both of the Official Django Tutorial or the Django Girls Tutorial?

If you haven’t, you should. There’s a lot of fundamental information you are likely missing if you don’t.

If you have, then you may want to review how you run your project.