Merge pull request 'update' (#144) from shaxob into main
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 1m13s

Reviewed-on: #144
This commit is contained in:
2026-05-06 12:07:03 +00:00
16 changed files with 226 additions and 11 deletions

View File

@@ -507,3 +507,8 @@ class MechanicAutoEvaluationModelSerializer(serializers.ModelSerializer):
"created_at",
"updated_at",
)
class MechanicAutoEvaluationTexPassportFileCreateSerializer(serializers.ModelSerializer):
class Meta:
model = MechanicAutoEvaluationTexPassportFile
fields = ['mechanic_auto_evaluation','file', 'calculated_price']