mirror of
https://github.com/spbleadersofdigtal/backend.git
synced 2025-02-18 02:40: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)
|