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.2.tar.gz
(6.8 MB
view details)
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 custom_admin-0.2.tar.gz.
File metadata
- Download URL: custom_admin-0.2.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 |
ccdab1f302981346819388bd1b44c147f876151e072c89a604727fa5b895f474
|
|
| MD5 |
0cc7ba3f0e6fa24221326d1fc7e8c272
|
|
| BLAKE2b-256 |
8f1f9f6d3096f83a3d5cda555a89e54c4f9c6c265e7e7311bd0cb19b67cccbcf
|
File details
Details for the file custom_admin-0.2-py3-none-any.whl.
File metadata
- Download URL: custom_admin-0.2-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 |
579ebc9a58d16927513ed2ed68d6b099b9390d407d582e49482b0b555035271b
|
|
| MD5 |
223ee590d4c173c038841fbad167764c
|
|
| BLAKE2b-256 |
c95b07416f98b4239b6da72daba09a050c9d99065a03dd705c3cbdb9aae390d0
|