【轉載】Django自帶的註冊登錄功能

  1.登錄 知識點: a.auth.authenticate(username=name值, password=password值) 驗證用戶名和密碼html b.auth.login(request, user) 登錄操做python from django.contrib import auth def djlogin(request): if request.method == 'GET'
相關文章
相關標籤/搜索