Posts by cassio gameiro • 21 points
1 post
-
2
votes0
answers149
viewsQ: Catch a JSON using Javascript
Django creates a file called py views., in which I have the following function: def carro_view(request,carro_slug=None): evento = Evento.objects.filter(time = '11:28:30').distinct() data = [] for x…