Skip to content

bmispelon/django_wplogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Enhance your Django admin login page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published