This release is a pre-release and may not be stable for production use.
This package provides bunch of useful tools for default django admin site, such as:
All configuration is held in ADMIN_TOOLBOX dict that should be placed in your settings.py file.
Installation
Install admin toolbox (if not installed already)
add admin_toolbox at the top of your INSTALLED_APPS (at least above django.contrib.admin)
Configuration
All configuration of this application is held in one dictionary in django settings, named ADMIN_TOOLBOX. Below you can see default configuration:
ADMIN_TOOLBOX = {
'sidebar': {
'default': ('admin_toolbox.builders.AppsListBuilder', {}),
},
'breadcrumbs': 'auto',
}
If you want to customize any setting, you don’t have to copy whole defaults. Anything that is not set, will be filled in with default values.
Below you can find description of how to configure each module.
Release files for django-admin-toolbox 1.0.0.dev29
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-admin-toolbox-1.0.0.dev29.tar.gz | 1.8 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_admin_toolbox-1.0.0.dev29-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 3.5 MB
Release files / django-admin-toolbox-1.0.0.dev29.tar.gz
| Download URL | django-admin-toolbox-1.0.0.dev29.tar.gz |
|---|---|
| Size | 1.8 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
82092fe6b5e80e273e1abbfc6618c9c13c2fd471487fc24c976cf8781d4f0992
|
|
BLAKE2b-256 checksum How to use checksums |
f9b6cdec52ab131d1f06f748ad1c84b58d77fde73e8b074ed193237c8c2395d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.18
|
Release files / django_admin_toolbox-1.0.0.dev29-py2.py3-none-any.whl
| Download URL | django_admin_toolbox-1.0.0.dev29-py2.py3-none-any.whl |
|---|---|
| Size | 1.8 MB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
3943fefff3ac29f74227245dbade51b941c0995c7c2ef37a7834faaffa672b31
|
|
BLAKE2b-256 checksum How to use checksums |
cf755c13f175f36af6781c4a7894f846a8ef84767970fd75f182bebd78308628
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.18
|