Having problems getting rid of this error.
I am trying to use Digital Ocean to deploy a Django application. I have configured Postgres, but when I try to register a new user in my application, I get this problem.
I tried working python manage.py makemigrations and python manage.py migrate and they work fine. SQL migration ends after migration.
source share