文件名称:dj-bootstrap-components:Django Bootstrap 4组件
文件大小:152KB
文件格式:ZIP
更新时间:2024-05-19 17:55:09
bootstrap django bootstrap4 django-templates bootstrap-components
dj-bootstrap-components Django Bootstrap组件支持的Python版本:3.7+支持的Django版本:3.0.0+ 快速开始 文档: : 1.安装“ dj-bootstrap-components”。 推荐且唯一受官方支持的方式是使用pip: pip install dj-bootstrap-components 将“ bootstrap_components”添加到您的INSTALLED_APPS设置中: INSTALLED_APPS = [ ... 'bootstrap_components', ] 3.将以下内容添加到您的基本模板或将使用这些组件的每个模板中: <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.mi
【文件预览】:
dj-bootstrap-components-master
----.gitignore(1KB)
----setup.cfg(1KB)
----manage.py(266B)
----README.rst(2KB)
----docs()
--------make.bat(764B)
--------source()
--------Makefile(638B)
----Pipfile(273B)
----bootstrap_components()
--------migrations()
--------tests()
--------static()
--------templatetags()
--------__init__.py(0B)
--------apps.py(291B)
--------templates()
----LICENSE.txt(1KB)
----MANIFEST.in(159B)
----setup.py(38B)
----.travis.yml(355B)