Skip to main content

It's bad design to put label after checkbox for BooleanField widget, so let's make it normal.

Project description

django-checkbox-normalize

It's bad design to put label after checkbox for BooleanField widget, so let's make it normal.

Install

pip install django-checkbox-normalize

Settings

INSTALLED_APPS = [
    ...
    'django_checkbox_normalize',
    ...
]

Usage

Just insert app name "django_checkbox_normalize" into INSTALLED_APPS variable before "django.contrib.admin" in settings.py, and nothing more.

Note:

  • "django_checkbox_normalize" must before "django.contrib.admin".

Releases

v0.1.0 2020/03/02

  • First release.

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-checkbox-normalize-0.1.0.tar.gz (3.2 kB view hashes)

Uploaded Source

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