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.3.tar.gz (9.2 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.3-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

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

Hashes for django_base16_admin-0.1.3.tar.gz
Algorithm Hash digest
SHA256 c3fa3454e9188967b8ed8177f83bbe0082df633bfbf018309296e16a35da6706
MD5 b88e3baed3270ed8ed9c737c4a39a14b
BLAKE2b-256 be3535c13f8133bdef790eec011ca8f90db222e55e500b5867e0e11928fe0490

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_base16_admin-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 338074ba51cc117ea471233f9bfc187ae6110d04733312f48572cf5994484dc4
MD5 5ae819fa6f77f93bfc2e5bd6358d24a0
BLAKE2b-256 08eb8c29c13a1cfd3f5cd68f41c65ef8d9f5b0cedad4639a7e90075463877f84

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