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