Skip to main content

A simple django admin theme.

Project description

DjangoJuss

一个简单的django后台模板

Quick start

  1. 下载django-juss
$ pip install django-juss
  1. 修改settings.py
INSTALLED_APPS = [
    'juss',
    'django.contrib.admin',
    ...
]

...

MIDDLEWARE = [
    ...
    'juss.middlewares.LeftMenuMiddleware',
]

内置Widgets

  1. RichTextWidget

使用tinymce的富文本编辑

  1. JFileInputWidget

扩展默认的FileInput, 增加缩略图展示

  1. JMSelectWidget

扩展默认的FilePathField, 增加可视化图片选择

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-juss-0.1.tar.gz (14.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