mirror of
https://github.com/magnum-opus-nn-cp/backend.git
synced 2025-02-24 07:30:42 +03:00
6 lines
114 B
Python
6 lines
114 B
Python
|
from django.contrib import admin
|
||
|
|
||
|
from press_release_nl.tickets.models import Ticket
|
||
|
|
||
|
admin.site.register(Ticket)
|