Skip to content

Commit

Permalink
取消print
Browse files Browse the repository at this point in the history
  • Loading branch information
welliamcao committed Apr 2, 2020
1 parent 02b3d17 commit 6889485
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/account/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ModelBackend(object):
"""

def authenticate(self, request, username=None, password=None, **kwargs):
print(request,username, password)
if username is None:
username = kwargs.get(UserModel.USERNAME_FIELD)
try:
Expand Down

0 comments on commit 6889485

Please sign in to comment.