Skip to main content

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

  1. Add base16_admin before django.contrib.admin in your INSTALLED_APPS:
INSTALLED_APPS = [
    "base16_admin",  # must come first
    "django.contrib.admin",
    "django.contrib.auth",
    "django.contrib.contenttypes",
    ...
]
  1. (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/.

  1. Run collectstatic (prod):
python manage.py collectstatic
  1. 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

MIT Copyright (c) stabldev

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

django_base16_admin-0.1.2.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_base16_admin-0.1.2-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

Details for the file django_base16_admin-0.1.2.tar.gz.

File metadata

  • Download URL: django_base16_admin-0.1.2.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.8.22

File hashes

Hashes for django_base16_admin-0.1.2.tar.gz
Algorithm Hash digest
SHA256 6f722275545c4f6b61bf95acd738a01033d30c9973c09f13e878802ab454df29
MD5 861b93ce0230a75e339b8bd5cf24e853
BLAKE2b-256 8e11db314048eca3dbe9c92c5ea848e793765878f43577e4319ef764f08f132f

See more details on using hashes here.

File details

Details for the file django_base16_admin-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_base16_admin-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9ba85fb8013741dd2ede8ebae62d9bb7d8ef05125d7c3df106d500304e8cfc0f
MD5 8d0345834ea5cc88e50c85936a583ee9
BLAKE2b-256 ae179e1f9e64e0324fc8ff5c3693e3118d0b60e04883e132bfda1b43718d4449

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page