Skip to main content

ReCAPTCHA Mailhide is an app for hiding mails from spammers. To use with Django templates.

Project description

=====
reCAPTCHA Mailhide
=====

ReCAPTCHA Mailhide is an app for hiding mails from spammers. To use with Django templates.

Installation
-----------

Install using PIP

``pip install django-recaptcha-mailhide``

Add "recaptcha-mailhide" to your INSTALLED_APPS setting like this:

INSTALLED_APPS = (
...
'recaptcha_mailhide',
)

MAILHIDE_PUBLIC_KEY = "XXX"
MAILHIDE_PRIVATE_KEY = "XXX"

You can obtain public and private key for free via http://www.google.com/recaptcha/mailhide/apikey

Usage
-----------

First load it in Django template and use it as a filter.

{% load mailhide %}
You can mail me at {{ "example@example"|mailhide }}

Credits
-------------
Adapted from https://github.com/jbzdak/django-mailhide

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-recaptcha-mailhide-1.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page