[Django]-Could not import settings. Import by name is not supported

3👍

The trouble, as the error message says, is your DJANGO_SETTINGS_MODULE. Why do you have multiple values for that? It needs to just be a single value: a module path. In your case it should probably be notecard.settings.

Leave a comment