Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は次のモデルを持っています:
class Vacancy(models.Model): lat = models.FloatField('Latitude', blank=True) lng = models.FloatField('Longitude', blank=True)
距離でソートするクエリを作成するにはどうすればよいですか (距離は無限大です)?
必要に応じて、PosgreSQL、GeoDjango に取り組んでいます。