Why do I keep getting an ModuleNotFound error everytime I runserver in the cmd terminal

I was following a django tutorial for a project but I keep getting an error everytime I runserver and this error began showing up when I added the app to the settings.py of the django project. What do I do to bypass this

I tried restarting my work in new terminals and I started over in general but I still ran into the same error

Back to Top