Skip to main content

A Django Admin Template Base On Bulma.css.

Project description

v1

使用Bulma.css重写Admin模板

Login Page

Login Page

ChangeList Page

ChangeList Page

Quick Start

Install

pip install django-juss2

Update Settings.py

INSTALLED_APPS = [
    'juss',
    'bulma',
    ...
]
...
FORM_RENDERER = 'django.forms.renderers.TemplatesSetting'

Create Basic Menus

python manage.py create_menus

Todo

  • [x] Menu In Model

  • [ ] Update Filter

  • [ ] default useful dashboard

  • [ ] dark mode

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-juss2-0.1.0.tar.gz (725.6 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