python – django:django-tables2 DetailView CBV不会显示单个对象

python – django:django-tables2 DetailView CBV不会显示单个对象

我有一张桌子import django_tables2 as tables from .models import Account from django_tables2.utils import A # alias for Accessor class AccountTable(tables.Table): nickname = tables