feat: add new document and documentcategory model for auto evaluation detail
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
from modeltranslation.translator import TranslationOptions, register
|
||||
|
||||
from core.apps.evaluation.models import ValuationDocumentModel
|
||||
from core.apps.evaluation.models import DocumentModel, ValuationDocumentModel
|
||||
|
||||
|
||||
@register(ValuationDocumentModel)
|
||||
class ValuationdocumentTranslation(TranslationOptions):
|
||||
fields = []
|
||||
|
||||
|
||||
@register(DocumentModel)
|
||||
class DocumentTranslation(TranslationOptions):
|
||||
fields = []
|
||||
|
||||
Reference in New Issue
Block a user