Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!!!!!

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.