This release is a pre-release and may not be stable for production use.
django-jazzmin-addons
What is this
A Django app that ships template overrides for django-jazzmin, so admin pages from third-party packages look like the rest of your Jazzmin admin instead of the stock Django admin.
Requires Python 3.10+ and Django 5.2+. This is an alpha release.
How to install it
pip install django-jazzmin-addons
Each integration is its own Django app. Add the ones you use to INSTALLED_APPS before jazzmin, which itself must come before django.contrib.admin:
INSTALLED_APPS = [
"jazzmin_constance",
"jazzmin",
"django.contrib.admin",
# ...
]
Nothing else to configure. Templates are picked up by app order.
Features
django-constance
Restyles the django-constance admin page with Jazzmin's layout: one card per fieldset, Bootstrap switches for booleans, Jazzmin breadcrumbs, and a sticky Save button. Collapsible fieldsets and "Reset to default" links keep working.
Install with the extra and add constance to INSTALLED_APPS:
pip install "django-jazzmin-addons[django-constance]"
INSTALLED_APPS = [
"jazzmin_constance",
"jazzmin",
"django.contrib.admin",
# ...
"constance",
]
Configure CONSTANCE_CONFIG as usual. CONSTANCE_CONFIG_FIELDSETS is optional; each fieldset becomes its own card.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_jazzmin_addons-0.1.0a3.tar.gz.
File metadata
- Download URL: django_jazzmin_addons-0.1.0a3.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.12.13 {"installer":{"name":"uv","version":"0.12.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1f46de364ead3e2a864638f0cf4dc6dd008ca49f8970582946211384144af5e
|
|
| MD5 |
befa30a521b0a96ebdab623de5eb5a5a
|
|
| BLAKE2b-256 |
66289390b9faee7b1b03393fb024cfcc329491414d118ce80fd9993131008f10
|
File details
Details for the file django_jazzmin_addons-0.1.0a3-py3-none-any.whl.
File metadata
- Download URL: django_jazzmin_addons-0.1.0a3-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.12.13 {"installer":{"name":"uv","version":"0.12.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
426cfa5e1a2f769d81c533363ffbf48885ce5bb0016fab22af4e060459a9a251
|
|
| MD5 |
f03c8dfc1bd471dc9a55e8664d3df19c
|
|
| BLAKE2b-256 |
9309f7b31eab1c93c09ffef98973faea691ed3ffb9b7e2c0ac9b85a1c3a435e2
|