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