| | | |
| ## Setup | | ## Setup |
| | | |
| - Add the parent directory of djaptcha to your pyt | | - Add the parent directory of djaptcha to your pyt |
| hon library path (e.g. by using sys.path.append(.. | | hon library path (e.g. by using sys.path.append(.. |
| .) in your settings.py | | .) in your settings.py |
| - Add 'djaptcha' to your INSTALLED_APPS setting. | | - Add 'djaptcha' to your INSTALLED_APPS setting. |
t | | t | - additional settings variables:
|
| | | - FONT_PATH = '/usr/share/fonts/ttf-bitstream- |
| | | vera/VeraBd.ttf'
|
| | | - FONT_SIZE = 16
|
| | |
|
| | | |
| ## Done | | ## Done |
| | | |
| This should be all that is to do. Now when an anon | | This should be all that is to do. Now when an anon |
| ymous user wants to reply to a thread he should be | | ymous user wants to reply to a thread he should be |
| required to enter a valid captcha. | | required to enter a valid captcha. |