diff options
Diffstat (limited to 'forum/doc/INSTALL')
-rw-r--r-- | forum/doc/INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/forum/doc/INSTALL b/forum/doc/INSTALL index f1d1e498..55b8614d 100644 --- a/forum/doc/INSTALL +++ b/forum/doc/INSTALL @@ -52,11 +52,12 @@ http://github.com/dcramer/django-sphinx/tree/master/djangosphinx 8. sphinx search engine (optional, works together with djangosphinx) http://sphinxsearch.com/downloads.html -9. recaptcha_django +9. recaptcha_django (installed through svn) http://code.google.com/p/recaptcha-django/ 10. python recaptcha module http://code.google.com/p/recaptcha/ +easy_install recaptcha-client Notice that you will need to register with recaptcha.net and receive recaptcha public and private keys that need to be saved in your settings_local.py file |