I'm just trying to get a simple conversor from °C to °F in a Server (Django) The Django Backend is ok, but I only want a simple way to get that info and print that in an Android app:
URL: 192.168.1.212:8000/c_f/4.0
And the response is:
{"far": 39.2}
I tryied, but I only find huge codes and nothing seems to work.