Skip to main content

Disable dark mode in Django admin UI.

Project description

django-light

Disable dark mode in Django admin UI.

Installation

  1. pip install django-light
  2. Add 'django_light', to INSTALLED_APPS before django.contrib.admin

Implementation

This is a pure CSS tweak. The CSS file is injected via base.html in the extrastyle block. If you are using Jinja2 or override base.html in a way that doesn't call {{ block.super }} on that block, YMMV. But in the end all that is needed is for the browser to load <STATIC_URL>/django_light/django_light.css stylesheet.

Please report any problems via GitHub issues. PRs welcome.

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-light-0.1.0.post3.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

django_light-0.1.0.post3-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

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