文件名称:django-bootstrap4:与Django进行Bootstrap 4集成
文件大小:78KB
文件格式:ZIP
更新时间:2024-02-25 20:47:38
python django bootstrap4 Django
django-bootstrap 4 适用于Django的Bootstrap 4集成。 目标 该项目的目标是无缝融合Django和Bootstrap 4。 要求 Python 3.6或更高版本,Django> = 2.2或更高版本。 文献资料 完整的文档位于 安装 使用pip安装: pip install django-bootstrap4 另外,您可以安装下载或克隆此仓库,然后调用pip install -e . 。 在您的settings.py添加到INSTALLED_APPS : INSTALLED_APPS = ( # ... "bootstrap4" ,
【文件预览】:
django-bootstrap4-main
----.gitignore(587B)
----README.md(2KB)
----manage.py(252B)
----CHANGELOG.md(5KB)
----.github()
--------workflows()
----tests()
--------test_settings.py(2KB)
--------test_version.py(297B)
--------test_templatetags.py(30KB)
--------app()
--------utils.py(341B)
--------__init__.py(0B)
--------test_components.py(3KB)
--------test_templates.py(5KB)
----docs()
--------conf.py(914B)
--------widgets.rst(708B)
--------templates.rst(1KB)
--------installation.rst(578B)
--------index.rst(251B)
--------example_template.rst(579B)
--------settings.rst(4KB)
--------authors.rst(28B)
--------templatetags.rst(2KB)
--------migrate.rst(639B)
--------quickstart.rst(658B)
--------changelog.rst(30B)
----LICENSE(1KB)
----CONTRIBUTING.md(3KB)
----src()
--------bootstrap4()
----readthedocs.yml(120B)
----AUTHORS.md(757B)
----example()
--------README.md(384B)
--------manage.py(242B)
--------app()
--------settings.py(5KB)
--------urls.py(920B)
--------__init__.py(0B)
--------requirements.txt(14B)
--------templates()
----pyproject.toml(2KB)
----tox.ini(1KB)
----Makefile(984B)
----poetry.lock(48KB)