from django.contrib import admin class MissionProfileAdmin(admin.ModelAdmin): list_display = ("mtype", "mnum",) list_filter = ("mtype",)