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 also had this same error of "no installed app label 'admin' ". I was able to solve it by running the pip install sqlparse command