1
from django.contrib import admin
2
3
from pytask.profile.models import Profile
4
5
admin.site.register(Profile)