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
- 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.4.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file django_wplogin-3.0.4.tar.gz
.
File metadata
- Download URL: django_wplogin-3.0.4.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5df921324f5b674e8f2285460ff2fa21d0e49bf0a135d3c01eb6a0615216691 |
|
MD5 | 7958089944f48203880f9f13015b67db |
|
BLAKE2b-256 | cbbce3c98e94a0bfcfd32bb53fdef4f5a09e88419d9b7b9d17c2ef9d37f56b7e |
File details
Details for the file django_wplogin-3.0.4-py2.py3-none-any.whl
.
File metadata
- Download URL: django_wplogin-3.0.4-py2.py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65d6147ad572c479797cd5f9fc716e8c53d2bc65f19920aca693f79fe711bbf3 |
|
MD5 | 9077baf9f6f7d8fabf9f0c0647e17774 |
|
BLAKE2b-256 | 08baee782ae36f319a98426680b4e4ddea4c6ee57035e2898a2a377286040a0b |