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
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
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 Distribution
Close
Hashes for django-recaptcha-mailhide-1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0acd2a410138f784f833c19d81fea7dcb283f5bbdfb74b9241c898db2472710 |
|
MD5 | 6491702841c5e7f6333273901314002b |
|
BLAKE2b-256 | 4f6a6c097c92313cfbe3e7190f8138e90a26b81a38043a5342310c91ffc2a3b3 |