9 lines
213 B
Python
9 lines
213 B
Python
from modeltranslation.translator import TranslationOptions, register
|
|
|
|
from core.apps.contracts.models import ContractModel
|
|
|
|
|
|
@register(ContractModel)
|
|
class ContractTranslation(TranslationOptions):
|
|
fields = []
|