05
22
05
21

ValueError: The field admin.LogEntry.user was declared with a lazy reference to 'app01.user', but ap
执行python manage.py migrate命令时报错:ValueError: The field admin.LogEntry.user was declared with a lazy reference to 'app01.user', but app 'app01' isn't installed.已经在settings.py中安装app01,但还是报错;解决方法:找到自己的/py