Okeyy you are welcomeSent from Samsung tablet. -------- Original message --------From: Kushal Neupane <[email protected]> Date: 30/04/2020 16:43 (GMT+03:00) To: [email protected] Subject: Re: How to count total number of student to display in template Thank you sir.😊On Thu, Apr 30, 2020, 19:28 lumwakapuku <[email protected]> wrote:In you are view create a function Eg def student(): student = Student.objects.all() Tt_student = student.count() Context = { "student":student, "Tt_student":Tt_student } Return render(request, "your templete here", context)In you templete render it as {{ Tt_student }}Sent from Samsung tablet.-------- Original message --------From: Kushal Neupane <[email protected]> Date: 30/04/2020 16:20 (GMT+03:00) To: Django users <[email protected]> Subject: How to count total number of student to display in template The following are the models and template where i wnat to display the count. The displayed is static. Now, i wanna make dynamic. Thank you. Help me.
-- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3691ca10-2ed3-466e-a2ee-7d1c1947701c%40googlegroups.com. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5eaad5d6.1c69fb81.22e8b.bae9%40mx.google.com. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWyajVLaj1e6TD6JhcZ8Xc0FSxPJjDQp7o%2BYd7J0COt%3D6gW%2Bw%40mail.gmail.com. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5eaad846.1c69fb81.c6612.d0f7%40mx.google.com.

