Metadata-Version: 1.1
Name: django-recaptcha-form
Version: 0.1.2
Summary: Recaptcha for Django Forms
Home-page: http://github.com/ntucker/django-recaptcha
Author: Nathaniel Tucker
Author-email: me@ntucker.me
License: BSD
Description: Provides form widgets and class mixin for django newforms. This allows adding a recaptcha test to any django form.
        
        Make sure to set these settings in your django settings file:
        RECAPTCHA_PUB_KEY
        RECAPTCHA_PRIV_KEY
        
        Requires recaptcha library: http://pypi.python.org/pypi/recaptcha-client
        
        For more information about recaptcha, and to get a recaptcha key, visit: http://www.google.com/recaptcha
        
        
        
        
        (Based on this post http://smileychris.com/ramblings/recaptcha/)
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
