文件名称:django-bootstrap-pagination:Django模板标记,用于将Page对象呈现为Bootstrap分页HTML
文件大小:20KB
文件格式:ZIP
更新时间:2024-02-21 10:54:28
python bootstrap django bootstrap-4 bootstrap-3
Django Bootstrap分页 引导程序兼容性 版本号 引导版本 笔记 <1> 1.1.0,<1> = 1.7.0 3.x,4.x bootstrap_pager仅与Bootstrap 3.x兼容 该应用程序用于使使用Twitter的Bootstrap分页样式与Django Page对象无缝配合。 通过传入Page对象和一个或多个可选参数,可以非常轻松地呈现Bootstrap分页栏和寻呼机。 兼容Django 1.2+ 安装 画中画 这将安装来自PyPi的最新稳定版本。 pip install django-bootstrap-pagination 下载 从以下位置下载最新的稳定发行版: 从以下位置下载最新的开发版本: github @ setup.py install 用法 建立 确保在settings.py的installed_apps列表中包含bootstrap_pagination: INSTALLED_APPS = ( 'bootstrap_pagination',
【文件预览】:
django-bootstrap-pagination-master
----MANIFEST.in(87B)
----.travis.yml(3KB)
----test-requirements.txt(39B)
----bootstrap_pagination()
--------templates()
--------locale()
--------__init__.py(0B)
--------templatetags()
----tests()
--------__init__.py(0B)
--------test_pager.py(967B)
--------test_paginate.py(1KB)
--------test_helpers.py(3KB)
--------test_settings.py(594B)
----LICENSE(1KB)
----requirements.txt(11B)
----run_tests.py(579B)
----setup.py(2KB)
----.gitignore(138B)
----README.md(10KB)