A base toolkit for building a custom Django amin theme.
Project description
Custom Admin Base
A base toolkit for building a Django-Suit compatible Admin theme.
Installation
pip install django-custom-admin-base
settings.py
This app should come before other admin style modifiers, since it replaces admin/base.html and admin/base_site.html
INSTALLED_APPS = [
"...",
"custom_admin",
"your_app_to_extend_custom_admin",
"...",
"django.contrib.admin",
]
Migrations and Static files
manage.py migrate custom_admin
manage.py collectstatic
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
custom_admin-0.1.tar.gz
(6.8 MB
view details)
Built Distribution
File details
Details for the file custom_admin-0.1.tar.gz
.
File metadata
- Download URL: custom_admin-0.1.tar.gz
- Upload date:
- Size: 6.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc030f689fc054734c8a403cb0e23c98d0d3f6786c75637bbb7a674593e0002f |
|
MD5 | 95ff461779773745c8037e0145224d5c |
|
BLAKE2b-256 | ed94ec445861322c7166383134a8d93ab5edf54df622aac2114b58381f8d3b2c |
File details
Details for the file custom_admin-0.1-py3-none-any.whl
.
File metadata
- Download URL: custom_admin-0.1-py3-none-any.whl
- Upload date:
- Size: 7.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79d587b0726de4faf82daeac098231af2d0d95f6901039b792ca4ab964b746bd |
|
MD5 | acb55c29524d2cba281de18fba790062 |
|
BLAKE2b-256 | 8295c064cd9f72a33306b0f521a5e630fb753dfe20a8dbf19d30c0a58baddcce |