On Thu, Jan 31, 2013 at 6:45 AM, Jonathan Aquilina <[email protected]> wrote: > I understand where your coming from the django-recaptcha introduces a whole > new level of webserver complexity as django is a python based web framework,
I believe that Askbot is written in Python, on top of Django. https://en.wikipedia.org/wiki/Askbot That's why I suggested using a RECAPTCHA tool written in Python, specifically designed for ease of use with a Django application. > and would require a high learning curve to implement it. you would also need > to run apache's wsgi module as well. I believe that's already a dependency for Askbot http://askbot.org/doc/deployment.html "Installation under Apache/mod_wsgi Apache/mod_wsgi combination is the only type of deployment described in this document at the moment. mod_wsgi is currently the most resource efficient apache handler for the Python web applications." Cheers, -- R -- Unsubscribe instructions: E-mail to [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/website/ All messages sent to this list will be publicly archived and cannot be deleted
