What is the use of the psycopg2
PostgreSQL database adapter;
or what is the difference between using postgresql vs postgresql_psycopg2 while establishing connection in the settings.py
file in a Django project?
Because either one works fine for me.
'ENGINE': 'django.db.backends.postgresql'
'ENGINE': 'django.db.backends.postgresql_psycopg2'