Hello everyone, I am a beginner in Django. I would like you to guide me on 
how to solve the next problem I have.


In my application I have fields from date01 = models.DataFiled(blank = 
True, null = True) *to* date31 = models.DataFiled(blank = True, null = 
True), This to know the number of days a person attended during the month . 
Depending on the dates saved in the fields. And show the dates you attended 
and the sum of the days during the month.

Example: Juan attended 15 days, Pedro attended 20 days.


Thanks for the help.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a8f0411a-e289-4a39-bfb2-c87047d1b33d%40googlegroups.com.

Reply via email to