from django.contrib import admin from profile.models import UserProfile admin.site.register(UserProfile)