from django.contrib import admin from compra.models import Compra admin.site.register(Compra)