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