Skip to content

jcarbaugh/django-humanity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

PROVE YOU ARE HUMAN!!!!!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages