change livestock types weight
This commit is contained in:
@@ -9,7 +9,8 @@ class LiveStockTypeSerializer(serializers.ModelSerializer):
|
||||
model = livestock_models.LiveStockType
|
||||
fields = [
|
||||
'id',
|
||||
'name'
|
||||
'name',
|
||||
'weight_type'
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user