Skip to main content

Some Django Templates Base On Bulma.css.

Project description

基于`bulma.css`为Django开发提供常用的页面模板

Screenshots

Login Page

Login Page

User Profile

User Profile

Quick Start

Install Package

pip install django-bulmacss

修改`settings.py`

INSTALLED_APPS = [
    'bulma',
    ...
]

FORM_RENDERER = 'django.forms.renderers.TemplatesSetting'

Includes

Basic Templates

  • base.html

  • index.html

  • navbar.html

  • footer.html

  • profile.html

  • empty.html

  • pagination.html

  • searchbar.html

  • messages.html

django.contrib.auth

  • registration

django-allauth

  • account

form

  • django

django-flatpages

  • flatpages/default.html

django-filters

  • filters.html

Extra

Feather Icons

Simply beautiful open source icons

https://feathericons.com/

Jdenticon

Open source library for generating identicons.

https://jdenticon.com/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-bulmacss-0.0.2.tar.gz (326.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page