django.db.backends.postgresql error when try to makemigrations my django project
I am trying to switch my Django database from SQLite3 to PostgreSQl, so I follow many tutorials to install and setup Postgres with Django project. I did the following: pip install psycopg2, pip install psycopg2-binary and I modified the settings.py…