TypeError: The view function did not return a valid response.
Error
TypeError: The view function did not return a valid response. The return type must be a string, dict, tuple, Response instance, or WSGI callable, but it was a float.
Solution
In our JavaScript we need return the string – str():
return str(market)