from django.contrib import admin
from .models import Detail
# Register your models here to appear in admin page

admin.site.register(Detail)