Skip to main content

DjangoJuss

一个简单的django后台模板

Screenshots

Login Users

Quick start

  1. 下载django-juss
$ pip install django-juss
  1. settings中修改INSTALLED_APPS
INSTALLED_APPS = [
    'juss',
    'django.contrib.admin',
    ...
]
  1. 修改MIDDLEWARE
MIDDLEWARE = [
    ...
    'juss.middlewares.LeftMenuMiddleware',
]
  1. 添加自定义菜单(如果未设置, 则显示默认布局)
JUSS_LEFT_MENU = [
    {'label':'仪表板', 'children':[
        {'label':'首页', 'path':'/admin/'},
    ]},
    {'label':'认证和授权', 'children':[
        {'model':'account.user'},
        {'model':'account.group'},
    ]}
]
  1. 设置登录页面背景图片

settings.py中添加

JUSS_LOGIN_BG = 'https://example.jpg'

内置Fields

  1. JSONEditField

简单的JSON编辑字段, 基于django.contrib.postgres.fields.JSONField

  1. MultipleImageField

多图片选择字段, 基于django.contrib.postgres.fields.ArrayField

内置Widgets

  1. RichTextWidget

使用tinymce的富文本编辑

  1. JFileInputWidget

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

  1. JMSelectWidget

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

  1. JImageWidget

图片选择字段, 基于URLField, 需安装django-attachments

版本说明

  • v0.1.4 增加JSONEditField, MultipleImageField

  • v0.1.3 增加JImageWidget 增加自定义登录页面背景图JUSS_LOGIN_BG

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.4.tar.gz (1.4 MB view details)

Uploaded Source

File details

Details for the file django-juss-0.1.4.tar.gz.

File metadata

  • Download URL: django-juss-0.1.4.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.8.2

File hashes

Hashes for django-juss-0.1.4.tar.gz
Algorithm Hash digest
SHA256 ec632244be9dab67605f6601237a948bcc0250b11755f17f26e21c06a2471d9b
MD5 07b9825a6d44c39e5b67dc013b3143a6
BLAKE2b-256 7811ccf02e0614b0dbd98eeea7d33957ab3ef9ede47f1486fc7c3cf1967ae872

See more details on using hashes here.

Release history Release notifications | RSS feed

0.2.8

2 files

0.2.7

2 files

0.2.6

2 files

0.2.5

2 files

0.2.4

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.8

1 file

0.1.7

1 file

0.1.6

1 file

0.1.5

1 file

This release

0.1.4 This release

1 file

0.1.3

1 file

0.1.2

1 file

0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page