Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chanmo/django-bulma
快速搭建 Django 应用程序的必备工具
https://github.com/chanmo/django-bulma
allauth bulma bulma-css django
Last synced: about 1 month ago
JSON representation
快速搭建 Django 应用程序的必备工具
- Host: GitHub
- URL: https://github.com/chanmo/django-bulma
- Owner: ChanMo
- License: mit
- Created: 2022-05-27T08:19:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T06:53:11.000Z (11 months ago)
- Last Synced: 2024-10-14T00:43:04.611Z (about 1 month ago)
- Topics: allauth, bulma, bulma-css, django
- Language: HTML
- Homepage:
- Size: 456 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-bulmacss:快速搭建 Django 应用程序的必备工具
`django-bulmacss` 是一个基于 `Bulma CSS` 的常用 HTML 模板库,为 Django 开发者提供了快速搭建 Django 应用程序的解决方案。
`django-bulmacss` 提供了以下功能:
* 基于 Bulma CSS 的常用 HTML 模板,包括表单、导航栏、页脚、消息、模态框等。
* 开箱即用的 Django 扩展模板,如 Django-allauth、Django-filters、Django.contrib.flatpages 等。
* 允许您通过 Bulma CSS 的官方方式来自定义 CSS,比如通过 node-sass 来自定义 CSS 主题颜色等。## Screenshots
![Login Page](./login.jpeg)
![User Profile](./profile.jpeg)
## Quick Start
Install Package
``` {.bash}
pip install django-bulmacss
```修改`settings.py`
``` {.bash}
INSTALLED_APPS = [
'bulma',
...
]FORM_RENDERER = 'django.forms.renderers.TemplatesSetting'
```## Extra
### Feather Icons
Simply beautiful open source icons
### Jdenticon
Open source library for generating identicons.