from django.contrib import admin
from .models import CD

admin.site.register(CD)
