在app的admin.py里面 from django.contrib.auth.admin import UserAdmin admin.site.register(UserProfile, UserAdmin)