Skip to main content

Simple way to add a ReCaptcha field to your admin login page.

4 simple steps

  1. Install django-captcha-admin from pypi:

    $> pip install django-captcha-admin
  2. Add captcha_admin and captcha to your INSTALLED_APPS:

    INSTALLED_APPS = (
        ...
        'captcha_admin',
        'captcha',
    )
  3. Add your captcha keys to your settings, the way django-recaptcha indicates:

    RECAPTCHA_PUBLIC_KEY = 'your-public-key'
    RECAPTCHA_PRIVATE_KEY = 'your-private-key'
  4. Edit your code so instead of importing admin from django.contrib, you import it from captcha_admin:

    from captcha_admin import admin
    
    # This should stay the same
    admin.autodiscover()
    
    urlpatterns = patterns(
        ...
        url(r'^admin/', include(admin.site.urls)),  # and this...
        ...
    )

That’s it!

Release files for django-captcha-admin 0.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-captcha-admin 0.2
File Size Uploaded
django-captcha-admin-0.2.tar.gz 3.8 kB Details

Release files / django-captcha-admin-0.2.tar.gz

Download URL django-captcha-admin-0.2.tar.gz
Size 3.8 kB
Tags Source
SHA-256 checksum
How to use checksums
66a615db50e392fe7bc72f6727620b500a08a76d69f6c8c421d985ef35b0b263
BLAKE2b-256 checksum
How to use checksums
3490ab921578e0b9d69f5624938d4a9841818bffe4dc9d7f868a212ac491fb82
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.2 This release

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page