django-bootstrap-pagination

Render Django Page objects as Bootstrap Pagination compatible HTML
Download

django-bootstrap-pagination Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Jason McClellan
  • Publisher web site:
  • https://github.com/jmcclell/

django-bootstrap-pagination Tags


django-bootstrap-pagination Description

django-bootstrap-pagination is a Django app that serves to make using Twitter's Bootstrap Pagination styles work seamlessly with Django Page objects. By passing in a Page object and one or more optional arguments, Bootstrap pagination bars and pagers can be rendered with very little effort.InstallationPIP pip install django-bootstrap-paginationDownloadDownload the files from:github @ http://www.github.com/jmcclell/django-bootstrap-pagination setup.py installUsageSetupMake sure you include bootstrap-pagination in your installed_apps list in settings.py: INSTALLED_APPS = ( 'bootstrap-pagination', )Additionally, include the following snippet at the top of any template that makes use of the pagination tags: {% load bootstrap_pagination %}Product's homepage


django-bootstrap-pagination Related Software