mirror of
https://github.com/spbleadersofdigtal/backend.git
synced 2024-11-22 19:36:32 +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)
|