from django.contrib import admin from .models import DayTime # Register your models here. admin.register(DayTime)