I
backend
— apps # all apps here
— config # root urlconf and settings
— templates
— ...
— manage.py
frontend
— ...
...
Size: a a a
I
backend
— apps # all apps here
— config # root urlconf and settings
— templates
— ...
— manage.py
frontend
— ...
...
AG
AttributeError: 'QuerySet' object has no attribute 'aggregate'
I
backend
— apps # all apps here
— config # root urlconf and settings
— templates
— ...
— manage.py
frontend
— ...
...
AK
population = InfoHouse.objects.filter(is_private=False, city_id=city[1]['id']).aggragate(Sum('income_lv1', 'income_lv2', 'income_lv3', 'income_lv4'))
AG
population = InfoHouse.objects.filter(is_private=False, city_id=city[1]['id']).aggragate(Sum('income_lv1', 'income_lv2', 'income_lv3', 'income_lv4'))
I
backend
— apps # all apps here
— config # root urlconf and settings
— templates
— ...
— manage.py
frontend
— ...
...
AK
AG
A
A
AK
AK
A
AK
A
AK
A
AK
A