InfoTech-Backend/infotech/daytimes/admin.py

5 lines
120 B
Python

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