of type Exception is not JSON serializable. Сделал кастомный бекенд, использую так
try:
user: User = auth.authenticate(login=request.POST.get('login'), password=request.POST.get('password'))
except Exception as error:
return JsonResponse({'status': 'error', 'msg': error})
else:
auth.login(request, user)
Да говнокод, нет не стыдно)
‘msg’: error.message
Обсуждают сегодня