Posts by Diogo Igarassu • 1 point
2 posts
-
0
votes1
answer81
viewsA: System in Django for student attendance
I got what I wanted, the job was like this: def Checagem(request): dados = {} check_busca = request.GET.get('busca', None) checagem = Check.objects.all() #total = checagem.count() #ultimos = total -…
djangoanswered Diogo Igarassu 1 -
-1
votes1
answer81
viewsQ: System in Django for student attendance
I’m trying to learn Django, but I stopped to copy data from the student table to a table that records whether he checked in or checked out at school. Students will wear a badge with CPF in Barcode,…
djangoasked Diogo Igarassu 1