In my html file, how can I output the size of the queryset that I am using (for my debugging purposes)
I've tried
{{ len(some_queryset) }}
but that didn't work. What is the format?
question from:https://stackoverflow.com/questions/10695322/django-show-the-length-of-a-queryset-in-a-template