My django project had a working admin page, but all of the sudden I started receiving:
\"Unknown column \'django_content_type.name\' in \'field list\'\" whenev
I had this same issue just now and it was related to different versions of django. I updated all of the machines working on my project to django 1.8 using pip install -U Django and everything worked fine after that.