from django.contrib import admin from .models import Player, Humen # Register your models here. class HumenInfo(admin.TabularInline): # 指定model model ...
確定! 回上一頁