from django.contrib import admin from autenticacion.models import perfil # Register your models here. admin.site.register(perfil)