Skip to main content

Enhance the Django admin login page

Project description

django_wplogin

Enhance your Django admin login page.

Based on an idea by @alexgmin

Support

Like what we're doing? Please consider making a donation, it really helps.

Installation

  1. Install the package:
pip install django_wplogin
  1. Add the application to your INSTALLED_APPS. Make sure it's before django.contrib.admin:
INSTALLED_APPS = [
    ...
    "django_wplogin",
    "django.contrib.admin",
    ...
]
  1. That's it. Your login page is now enhanced.

Screenshots

Screenshot showing the Django admin login screen (light mode) with an extra checkbox that reads "I am not affiliated with WP Engine in any way, financially or otherwise" Screenshot showing the Django admin login screen (dark mode) with an extra checkbox that reads "I am not affiliated with WP Engine in any way, financially or otherwise"

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_wplogin-3.0.4.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

django_wplogin-3.0.4-py2.py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 2 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