filters_info_fix

dev
AlexP077 3 years ago
parent 8eab84b959
commit bbde2aed0e

@ -214,7 +214,9 @@ class PlacementPointViewSet(ReadOnlyModelViewSet):
'delta_current', 'flat_cnt', 'year_bld', 'levels',
'doors', 'flats_cnt', 'popul_home', 'popul_job',
'other_post_cnt', 'target_post_cnt', 'yndxfood_cnt',
'yndxfood_sum', 'yndxfood_cnt_cst',
'yndxfood_sum', 'yndxfood_cnt_cst', 'rival_post_cnt', 'rival_pvz_cnt', 'tc_cnt', 'culture_cnt',
'mfc_cnt', 'public_stop_cnt'
, 'supermarket_cnt', 'target_dist', 'metro_dist'
)
temp_data = {
key: [
@ -413,4 +415,3 @@ def download_other_template(self):
response = HttpResponse(image_buffer, content_type='xlsx')
response['Content-Disposition'] = 'attachment; filename="%s"' % os.path.basename('other.xlsx')
return response

Loading…
Cancel
Save