管理登录中不可见的验证码。

django-invisible-recaptcha-admin的Python项目详细描述


###############################
Django Invisible Recaptcha Admin
###############################

###############################
How do I get set up?
###############################

Instale usando PyPI:

pip install django_invisible_recaptcha_admin

Add the app ``django_invisible_recaptcha_admin`` to ``settings.py``



INSTALLED_APPS = (
'django_invisible_recaptcha_admin',

'nocaptcha_recaptcha',









>add to ``url.py``from:






urlpatterns=[
urlpatterns=[
url(r'^admin/';include(admin.site.url)),




















add key<;http://http://http://http://http://http://http://http://http://http://www.www.google.com/recaptcha/>;``中``设置。py``

norecaptcha_site_key='sitekey'




in your ``admin.py`` you should use like this:


from django_invisible_recaptcha_admin.admin import my_admin

...

class TODOAdmin(admin.ModelAdmin):

list_display = ['todo']

...

my_admin.register(TODO, TODOAdmin)


###############################
To Do
###############################

* Create tests
* Organize the code according to the `PEP 8 <http://www.python.org/dev/peps/pep-0008/>`_



欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
javascript生成两点之间的固定纬度和经度   java为什么不删除并重命名文件?   求数组的和   java在漂亮面孔中使用正则表达式   SOAP(java)中的Hello World。如何修复它?   java I获取应用程序生成错误,配置为“”的资源“attr/arc_position”的值重复   云基础环境中的Java SFTP客户端应用   谷歌应用程序引擎Java查询日期不正常?   java使用cancel按钮对JOptionPane InputDialog循环进行转义   java数字格式总是返回异常   xquery Java Saxon API以“追加”模式写入文件   java Azure函数在第二个插槽中没有响应   java在构建Play应用程序后向其添加动态依赖项   json如何使用Jackson mapper for java。木卫一。可序列化类型字段?