摘要: auth模块 django.contrib.auth中提供了许多方法,这里主要介绍其中的三个: authenticate() 提供了用户认证,即验证用户名以及密码是否正确,一般需要username password两个关键字参数 如果认证信息有效,会返回一个 User 对象。authenticate 阅读全文
posted @ 2018-05-08 16:51 银鑫 阅读(138) 评论(0) 推荐(0) 编辑