Django Shell No module named settings - Stack Overflow
https://stackoverflow.com/questions/736757710.09.2011 · Since your web app is working, check that you're running manage.py with the same python interpreter that's defined in your .wsgi file (and if you append other directories to sys.path in your .wsgi file, make sure they're in the pythonpath here too).. If you try to import something in your settings file that throws an ImportError, Django tells you settings cannot be imported.