I want to get my current location in django so that I can compare the distance with my location and other city.
lat1, lon1 = origin #current location
lat2, lon2 = destination #location of other city
Further I want to compare between these two for a distance. I have destination lat and long but looking for current lat and long