I am trying to migrate an app from Django 1.8 and Python 2 to Python 3.6 and Django 3.0.
Whenever I am adding django.db.backends.postgresql_psycopg2
, and installing it via pip3 I am getting this error:
_psycopg2 module not found.
I looked at the documentation, and I see that in Django 3.0 _psycopg2 is removed. How can I resolve this issue? My previous app is running psycopg 2.6.1.