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
For me it shows
raise LookupError(message)
LookupError: No installed app with label 'admin'.
and I solve it by pip installing every requirements manually I m using ubuntu 16.04