ValuationDocumentModel

— bu arizaga biriktiriladigan hujjatlar va rasmlar uchun kerak
This commit is contained in:
Husanjonazamov
2026-02-18 17:56:51 +05:00
parent 88bcbc07bd
commit 4680581e8d
27 changed files with 345 additions and 0 deletions

View File

@@ -9,11 +9,13 @@ from .views import (
PropertyOwnerView,
QuickEvaluationView,
RealEstateEvaluationView,
ValuationDocumentView,
ValuationView,
VehicleView,
)
router = DefaultRouter()
router.register("valuation-document", ValuationDocumentView, basename="valuation-document")
router.register("evaluation-report", EvaluationReportView, basename="evaluation-report")
router.register("quick-evaluation", QuickEvaluationView, basename="quick-evaluation")
router.register("movable-property-evaluation", MovablePropertyEvaluationView, basename="movable-property-evaluation")