0

I want to store the javascript values in my django variables or use it in my view query

//javascript values want to store in django
var js_latitude = 122.33;
var js_longitude = 12.22;

django_latitude = js_latitude
django_longitude = js_longitude

save this value to my Django variable and calculate or multiply the values then it will be displayed by view or use in my query . just like location variable and save to Django and calculate distance than also

0 Answers0