from django.contrib import admin from django.contrib.auth.admin import UserAdmin from common.models import User admin.site.register(User, UserAdmin)