movable-model qoshildi bu (Ko'char mulk) modeli to'liq va optimallashgan holda tayyor!
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from .auto import * # noqa
|
||||
from .customer import * # noqa
|
||||
from .movable import * # noqa
|
||||
from .real_estate import * # noqa
|
||||
from .valuation import * # noqa
|
||||
from .vehicle import * # noqa
|
||||
|
||||
10
core/apps/evaluation/forms/movable.py
Normal file
10
core/apps/evaluation/forms/movable.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django import forms
|
||||
|
||||
from core.apps.evaluation.models import MovablePropertyEvaluationModel
|
||||
|
||||
|
||||
class MovablepropertyevaluationForm(forms.ModelForm):
|
||||
|
||||
class Meta:
|
||||
model = MovablePropertyEvaluationModel
|
||||
fields = "__all__"
|
||||
Reference in New Issue
Block a user