9 lines
205 B
Python
9 lines
205 B
Python
from modeltranslation.translator import TranslationOptions, register
|
|
|
|
from core.apps.tickets.models import TariffModel
|
|
|
|
|
|
@register(TariffModel)
|
|
class TariffTranslation(TranslationOptions):
|
|
fields = []
|