Enhance the Django admin login page
Project description
django_wplogin
Enhance your Django admin login page.
Based on an idea by @alexgmin
Installation
- Install the package:
pip install django_wplogin
- Add the application to your
INSTALLED_APPS
. Make sure it's beforedjango.contrib.admin
:
INSTALLED_APPS = [
...
"django_wplogin",
"django.contrib.admin",
...
]
- That's it. Your login page is now enhanced.
Screenshots
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.tar.gz
(2.7 kB
view hashes)
Built Distribution
Close
Hashes for django_wplogin-3.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d01839e9440c047d726a3690f73dce4088792645fc1904cbfc12a6529a9da9d9 |
|
MD5 | 5be17b0e7352d1f6eb8d112c1d1aadb3 |
|
BLAKE2b-256 | 844d510aab9c89ded178459899e443d50996f9610529b4c03da1cc255c275f6b |