Sphene Community Tools

Community

Copyright © 2007-2018 by Herbert Poul

You are not logged in.
Login
Register

Change Language:



AddThis Social Bookmark Button

A Django site.

Powered by Sphene Community Tools

Captcha

Captcha

Back to Snip <-- Previous Change | Next Change -->

Diff Summary
Title
Date 2007-04-08 19:46:29 2007-04-08 19:48:00
Editor Herbert Poul Herbert Poul
Tags

2007-04-08 19:46:29 by Herbert Poul
2007-04-08 19:48:00 by Herbert Poul
1414
15## Setup15## Setup
1616
17- Add the parent directory of djaptcha to your pyt17- 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
18- Add 'djaptcha' to your INSTALLED_APPS setting.18- Add 'djaptcha' to your INSTALLED_APPS setting.
tt19- additional settings variables:
20    - FONT_PATH = '/usr/share/fonts/ttf-bitstream-
 >vera/VeraBd.ttf'
21    - FONT_SIZE = 16
22
1923
20## Done24## Done
2125
22This should be all that is to do. Now when an anon26This 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.


Powered by Sphene Community Tools