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