QuickEvaluationModel modeli qoshildi shu tezkor baholash uchun ishatiladi
This commit is contained in:
@@ -6,12 +6,14 @@ from .views import (
|
||||
CustomerView,
|
||||
MovablePropertyEvaluationView,
|
||||
PropertyOwnerView,
|
||||
QuickEvaluationView,
|
||||
RealEstateEvaluationView,
|
||||
ValuationView,
|
||||
VehicleView,
|
||||
)
|
||||
|
||||
router = DefaultRouter()
|
||||
router.register("quick-evaluation", QuickEvaluationView, basename="quick-evaluation")
|
||||
router.register("movable-property-evaluation", MovablePropertyEvaluationView, basename="movable-property-evaluation")
|
||||
router.register("real-estate-evaluation", RealEstateEvaluationView, basename="real-estate-evaluation")
|
||||
router.register("auto-evaluation", AutoEvaluationView, basename="auto-evaluation")
|
||||
|
||||
Reference in New Issue
Block a user