[Answer]-Django: Could not import settings.py

1👍

✅

Usually the No module named exception doesn’t contain a path, but a module name (with dots). Try to figure out why you get a path, check your DJANGO_SETTINGS_MODULE environment var.

Leave a comment