I am hitting psycopg2.ProgrammingError: relation "django_content_type" does not exist
error during CI builds:
https://drone.io/github.com/VeggieSailor/vegbasket/119
however I have migrations in place, I think:
and ./manage.py test
locally works. Algo logs shows that migrations from contenttypes have been applied, I am clueless.
I am using django 1.8.7 dev from github because I read https://docs.djangoproject.com/en/1.8/releases/1.8.7/ that in 1.8.7 there are fixed some migrations related bugs. However, same bug appear with 1.8.6.