When running python3 manage.py test
I get the error:
return self.cursor.execute(sql) django.db.utils.ProgrammingError: relation "eventos_produtora" does not exist
makemigration, migrate and runserver work normally.
New contributor
user23315572 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.