pre sale & free sale deployment
This commit is contained in:
@@ -22,7 +22,6 @@ def get_rancher_statistics(rancher: Rancher = None) -> typing.Any:
|
||||
camel_count=Count('id', filter=Q(type__name='شتر')),
|
||||
horse_count=Count('id', filter=Q(type__name='بز')),
|
||||
)
|
||||
stats.update({'dhi_stat': rancher.dhi_state}) # add rancher dhi stat to dict result
|
||||
return stats
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user