I want to create a Voronoi diagram on several pairs of latitudes/longitudes, but want to use the great开发者_开发知识库 circle distance
I have a model similar to the following: class Review(models.Model): venue = models.ForeignKey(Venue, db_index=True)