ValuationDocumentModel
— bu arizaga biriktiriladigan hujjatlar va rasmlar uchun kerak
This commit is contained in:
10
core/apps/evaluation/forms/document.py
Normal file
10
core/apps/evaluation/forms/document.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django import forms
|
||||
|
||||
from core.apps.evaluation.models import ValuationDocumentModel
|
||||
|
||||
|
||||
class ValuationdocumentForm(forms.ModelForm):
|
||||
|
||||
class Meta:
|
||||
model = ValuationDocumentModel
|
||||
fields = "__all__"
|
||||
Reference in New Issue
Block a user