错误:
# Unable to inspect table 'reportcollection'
# The error was: 'NoneType' object is not subscriptable
使用python manage.py inspect,我看到其他表,包括用户的默认表,依此类推,但最后出现此错误,我已经看过https://docs.djangoproject.com/en/2.2/howto/legacy-databases/
这是数据库中的表:
> show collections
__schema__
auth_group
auth_group_permissions
auth_permission
auth_user
auth_user_groups
auth_user_user_permissions
django_admin_log
django_content_type
django_migrations
django_session
report_student
reportcollection