Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcarbaugh/django-humanity
PROVE YOU ARE HUMAN!!!!!
https://github.com/jcarbaugh/django-humanity
Last synced: 22 days 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-03-27T15:42:39.000Z (over 11 years ago)
- Last Synced: 2024-12-01T09:12:46.283Z (25 days 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):
passThat's it! Just include the form in your template and everything will be
handled for you.