from django.contrib.auth import authenticate user = authenticate(username='john', password='secret') if user is not None: # A ...
確定! 回上一頁