Posts by sedarky • 3 points
3 posts
-
0
votes0
answers17
viewsQ: Requesterror 400, 'search_phase_execution_exception', 'failed to parse date field Django
I’m having trouble executing the views that receive an Elasticsearch, searches between dates coming from the template and returns a csv! views: ... data_inicio_template =…
-
-1
votes1
answer49
viewsQ: Dependent selects with JSON
How popular a second select according to first from a JSON file. HTML: <select id="município_id" name="municipio"> <select id="estabelecimento_id" name="estabelecimento"> JSON:…
-
-1
votes1
answer44
viewsQ: Typeerror at /export_to_xls/ unorderable types: str() < int()
views def export_to_xls(request): obitos = Obito.objects.all() response = HttpResponse(content_type='application/vnd.openxmlformats- officedocument.spreadsheetml.sheet',)…