from django.contrib import admin from buyer.models import Card # Register your models here. admin.site.register(Card)