Django ListView count all keys in a JSON variable
I would like to return in my Link.html the number of links contained in allLinks JSON variable. So far I guess I misunderstand the use of get_context_data() and how to pass in context['CountLink'] the total count of links for each…