1👍
You have a spelling mistake in your settings.py
, it should be
'ENGINE': 'django.db.backends.postgresql_psycopg2'
but in your file it is
'ENGINE': 'Django.db.backends.postgresql_psycopg2'
Fix the typo and things will work.
Source:stackexchange.com