Django package to add Google reCAPTCHA to the admin login page
Project description
Features
Adds Google reCAPTCHA to the Django admin login page.
Easy to configure and customize.
Compatible with Django 4.2 and later.
Quick Start
Install the package:
pip install django5-recaptcha-admin-loginAdd django5_recaptcha_admin_login.recaptcha and django5_recaptcha_admin_login.recaptcha.captcha to your INSTALLED_APPS in your settings.py:
INSTALLED_APPS = [ ... "django5_recaptcha_admin_login.recaptcha", "django5_recaptcha_admin_login.recaptcha.captcha", ]Add the Google reCAPTCHA keys to your settings:
RECAPTCHA_PUBLIC_KEY = "your-public-key" RECAPTCHA_PRIVATE_KEY = "your-private-key"Update your base URLs to use the custom admin:
from django5_recaptcha_admin_login.recaptcha import admin urlpatterns = [ path('admin/', admin.site.urls), ]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Django_recaptcha_admin_login-1.0.1-py3-none-any.whl.
File metadata
- Download URL: Django_recaptcha_admin_login-1.0.1-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b0bac8ca65ea53fd0ee26aaada98621dc04811fb20bb23a57f7c7dd20c398eb
|
|
| MD5 |
b1e442e36793c2c67524295e8b38a02f
|
|
| BLAKE2b-256 |
325ba92652f05967002e428f676a35fe7d9f1baa716ef60f93fe68fdf5e99e81
|