Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.05 KB

File metadata and controls

33 lines (23 loc) · 1.05 KB

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"