from django.contrib import admin from api_v1.profile.profile import Profile # Register your models here. admin.site.register(Profile)