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