error with django postgresql in render
Budget: $10 – $30 USD
I am looking for someone to help me with a serious issue that I am facing with Django and Postgresql. There is an error present and I have seen it through the traceback. I have tried some solutions but they didn't work so far. The source of the data is the database. I need someone who can help me debug it and fix the error.
django.db.utils.ProgrammingError: relation "django_content_type" does not exist
LINE 1: ..."."app_label", "django_content_type"."model" FROM "django_co...
and try with
python manage.py migrate contenttypes
python manage.py makemigrations
python manage.py migrate
with manual creation same error
this error is in RENDER
django.db.utils.ProgrammingError: relation "django_content_type" does not exist
LINE 1: ..."."app_label", "django_content_type"."model" FROM "django_co...
and try with
python manage.py migrate contenttypes
python manage.py makemigrations
python manage.py migrate
with manual creation same error
this error is in RENDER