https://github.com/jcarbaugh/django-humanity
PROVE YOU ARE HUMAN!!!!!
https://github.com/jcarbaugh/django-humanity
Last synced: 5 months ago
JSON representation
PROVE YOU ARE HUMAN!!!!!
- Host: GitHub
- URL: https://github.com/jcarbaugh/django-humanity
- Owner: jcarbaugh
- License: bsd-3-clause
- Created: 2011-01-14T23:04:22.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2013-03-27T15:42:39.000Z (over 13 years ago)
- Last Synced: 2025-10-25T01:24:46.129Z (9 months ago)
- Language: Python
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
django-humanity: PROVE YOU ARE HUMAN!
=====================================
The robots are trying to take over the world. Ensure that your forms
are used only by humans.
django-humanity adds a simple mathematical equation to your form that users
must solve in order to submit. Computers are notoriously terrible at math,
so this is a task that only humans (or maybe dolphins) can accomplish.
Usage
-----
Create your form as a subclass of HumanityForm::
from humanity.forms import HumanityForm
class MyForm(HumanityForm):
pass
That's it! Just include the form in your template and everything will be
handled for you.