mirror of
https://github.com/spbleadersofdigtal/backend.git
synced 2024-11-22 11:26:33 +03:00
6 lines
118 B
Python
6 lines
118 B
Python
from django.contrib import admin
|
|
|
|
from pitch_deck_generator.tickets.models import Ticket
|
|
|
|
admin.site.register(Ticket)
|