We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5390478 commit ce0b0f7Copy full SHA for ce0b0f7
README.rst
@@ -2,7 +2,16 @@ Inspired by
2
===========
3
Marco Fucci @ http://www.marcofucci.com/tumblelog/26/jul/2009/integrating-recaptcha-with-django/
4
5
+
6
+Requirements
7
+===========
8
This version requires a custom version of the python-recaptcha library to provide ssl support for submit.
9
You can get the required version here:
10
-http://github.com/bltravis/python-recaptcha
11
+http://github.com/bltravis/python-recaptcha
12
13
+Add a new setting to your Django project settings file (eg.):
14
15
+RECAPTCHA_USE_SSL = True
16
17
+If you don't add this setting, it the code is written as such that it will default to **NOT** using SSL
0 commit comments