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
.
Source:stackexchange.com