I'm just trying to do a basic tutorial and everything is going fine until the Django admin step: http://tutorial.djangogirls.org/en/django_admin/index.html
The only model I've created is Post and it has been migrated. I created a superuser and I was able to get to the admin login page. But as soon as I login I get:
OperationalError at /admin/ no such column: django_content_type.name
http://andrewicus.pythonanywhere.com/admin/