Base16 color themes for Django Admin.
Project description
django-base16-admin
🎨 Base16 color themes for Django Admin.
Installation
pip install django-base16-admin
# uv add django-base16-admin
Usage
- Add
base16_adminbeforedjango.contrib.adminin yourINSTALLED_APPS:
INSTALLED_APPS = [
"base16_admin", # must come first
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",
...
]
- (Optional) Choose a theme in your Django settings.py:
BASE16_THEME = "circus" # default = "circus"
Available themes are stored in
base16_admin/static/base16_admin/themes/.
- Run
collectstatic(prod):
python manage.py collectstatic
- Start your project and enjoy your new admin look 🎉
Contributing
Contributions are welcome!
Feel free to open issues or submit PRs for new Base16 themes or improvements.
License
Project details
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_base16_admin-0.1.3.tar.gz.
File metadata
- Download URL: django_base16_admin-0.1.3.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3fa3454e9188967b8ed8177f83bbe0082df633bfbf018309296e16a35da6706
|
|
| MD5 |
b88e3baed3270ed8ed9c737c4a39a14b
|
|
| BLAKE2b-256 |
be3535c13f8133bdef790eec011ca8f90db222e55e500b5867e0e11928fe0490
|
File details
Details for the file django_base16_admin-0.1.3-py3-none-any.whl.
File metadata
- Download URL: django_base16_admin-0.1.3-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
338074ba51cc117ea471233f9bfc187ae6110d04733312f48572cf5994484dc4
|
|
| MD5 |
5ae819fa6f77f93bfc2e5bd6358d24a0
|
|
| BLAKE2b-256 |
08eb8c29c13a1cfd3f5cd68f41c65ef8d9f5b0cedad4639a7e90075463877f84
|