Skip to content

Instantly share code, notes, and snippets.

@iivvoo
Created October 4, 2013 11:20
Show Gist options
  • Save iivvoo/6824444 to your computer and use it in GitHub Desktop.
Save iivvoo/6824444 to your computer and use it in GitHub Desktop.
django-simple-captcha configuration
CAPTCHA_FONT_SIZE=30
CAPTCHA_NOISE_FUNCTIONS = ('captcha.helpers.noise_dots',)
CAPTCHA_LETTER_ROTATION = (-10,10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment