from django.contrib import admin from comparte.models import Comparte admin.site.register(Comparte)