/islay.simplecaptcha

Adds a simple capcha to forms in a backend webapp.

Primary LanguagePython

Setup
=====

To start this package you need to

1. run buildout (only after changes to buildout.cfg)
2. serve it using paster

Run::

  buildout
  bin/paster serve paste.ini

You can then visit ``http://localhost:8080`` in your browser.