from django.contrib import admin from coip.apps.userprofile.models import UserProfile admin.site.register(UserProfile)