Hi,
On Sep/17/2020, John Reese wrote: > I want to store (City, Country) pairs in my models as a field. I want to do > something like this <https://stackoverflow.com/jobs> (the location field). > > *Is GeoDjango an overkill for my use case? If yes, what do you suggest me > to use?* I've read your question in multiple places I think! I would seriously consider just using: https://django-autocomplete-light.readthedocs.io/en/master/ You would need to have in your Django app the cities and countries, tweak the query from django-autocomplete-light, etc. Cheers, -- Carles Pina i Estany https://carles.pina.cat -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20200917204747.GA3581%40pina.cat.

