pre sale & free sale deployment

This commit is contained in:
2025-09-21 16:54:55 +03:30
parent 7d58f46a77
commit 186d66bf84
6 changed files with 95 additions and 17 deletions

View File

@@ -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