Re: how i set pagination's in django templates

2018-06-14 Thread Jason
https://simpleisbetterthancomplex.com/tutorial/2016/08/03/how-to-paginate-with-django.html On Thursday, June 14, 2018 at 3:19:11 AM UTC-4, arvind yadav wrote: > > hello > I want set pagination in Django templates > my data format is directory > dict = {'a': 123, 'b': 12,'c': 123, 'd': 12,'e':

how i set pagination's in django templates

2018-06-14 Thread arvind yadav
hello I want set pagination in Django templates my data format is directory dict = {'a': 123, 'b': 12,'c': 123, 'd': 12,'e': 123, 'f': 12,'g': 123, 'h': 12,'i': 123, 'j': 12,'k': 123, 'l': 12,'m': 123, 'n': 12,'o': 123, 'p': 12,} i want only 5 key value in one page -- You received this mess