Re: Geographical location filter app in Django

2018-08-26 Thread Benjamin Smith
Okay. Thank you for your insight. On Thu, Aug 23, 2018 at 3:06 PM Christian Ledermann < christian.lederm...@gmail.com> wrote: > Go with geo django, postgis will accelerate these kind of lookups with > indices. > > https://stackoverflow.com/questions/19703975/django-sort-by-distance/35896358#35896

Re: Geographical location filter app in Django

2018-08-23 Thread Christian Ledermann
Go with geo django, postgis will accelerate these kind of lookups with indices. https://stackoverflow.com/questions/19703975/django-sort-by-distance/35896358#35896358 On Thu, 23 Aug 2018 at 09:04, Benjamin Smith wrote: > I would like to create a market place like app with Djano as the backend >