Skip to main content

Base16 color themes for Django Admin.

Project description

django-base16-admin

🎨 Base16 color themes for Django Admin.
Includes multiple themes with easy setup, live previews, and ready-to-use CSS files.

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/admin/themes/.

  1. Run collectstatic (prod):
python manage.py collectstatic
  1. Start your project and enjoy your new admin look 🎉

Available Themes

Here are the currently available Base16 themes for Django Admin:

Theme Name Key Preview Theme CSS
Circus circus Preview circus.css
Cupcake cupcake Preview cupcake.css
Tokyo City Dark tokyo-city-dark Preview tokyo-city-dark.css
Tokyo City Light tokyo-city-light Preview tokyo-city-light.css

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.4.tar.gz (9.9 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.4-py3-none-any.whl (14.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for django_base16_admin-0.1.4.tar.gz
Algorithm Hash digest
SHA256 41532c90274046ae78e7d05ef60e47e31819cc3a58f81545d3e29841e86faba5
MD5 ab46403b038e7a542e7991843d1d46b6
BLAKE2b-256 9ea48c2f929039bcc758496042081291939f0741577ada8d26b6d2916a5cd12a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_base16_admin-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ff8786500eb49ee0612e7b65c90a59a4cb76d27de42eee43ace68435a8ef2a61
MD5 e52d457ad88114a0a1f4a4e23fbfbd5d
BLAKE2b-256 65aeba9a71ca15ff3fa55ce69a8fd154131f9df68fee0f1fa5ba33ceb87b4ae6

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