1 2 3 4 5
from userprofile.models import UserProfile from django.contrib import admin admin.site.register(UserProfile)