from django.contrib import admin from frontend.models import CardURL admin.site.register(CardURL)