susioma/frontend/admin.py

4 lines
99 B
Python

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