9 lines
208 B
Python
9 lines
208 B
Python
from modeltranslation.translator import TranslationOptions, register
|
|
|
|
from core.apps.payment.models import PaymentModel
|
|
|
|
|
|
@register(PaymentModel)
|
|
class PaymentTranslation(TranslationOptions):
|
|
fields = []
|