I want to store (City, Country) pairs in my models as a field. Is GeoDjango an overkill for my use case?

2020-09-17 Thread John Reese
I want to store (City, Country) pairs in my models as a field. I want to do something like this (the location field). *Is GeoDjango an overkill for my use case? If yes, what do you suggest me to use?* -- You received this message because you are subscribed to the

Re: I want to store (City, Country) pairs in my models as a field. Is GeoDjango an overkill for my use case?

2020-09-17 Thread Carles Pina i Estany
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 (the location field). > > *Is GeoDjango an overkill for my use case? If yes, what do you suggest me > to use?* I've read yo