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