cardio = Alumno.objects.filter ( fechanacimiento __month = now.month).order_by('fechanacimiento')
cardio = Alumno.objects.filter ( fechanacimiento __month = now.month).order_by('fechanacimiento_day')
Sent from my iPhone
cardio = Alumno.objects.filter ( fechanacimiento __month = now.month).order_by('fechanacimiento')
No comments:
Post a Comment