Skip to content

ProstoKSI/django-pagination

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use:

`{% autopaginate object_list 10 %}` and `{% paginate %}`

or 

`{% autopaginate other_object_list 10 pagevar="pageA" %}` and `{% paginate "pageA" %}`

About

A set of utilities for creating robust pagination tools throughout a django application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%