I am trying to use admin.LogEntry objects during a datamigration on Django 1.7
The \'django.contrib.admin\' app is listed on INSTALLED_APPS
\'django.contrib.admin\'
INSTALLED_APPS
I was getting a similar error and I am a total novice programmer. One solution that worked for me was installing sqlparse. Try
pip install sqlparse