Hello,
Kindly help me if you have solution / ideal to this error.
Error Type: TypeError
Error Value: authenticate() takes exactly 3 arguments (2 given)
Below is the python method for the authetication
autheticate(self, password, request):
if password == self.password:
return 1
else:
return 0
Regards.
kamal