I am trying to shift my database from sqlite3 to PostgreSQL in my Django project.
sqlite3
PostgreSQL
Django
my models.py:
from django.db impor