Re: How to model postal address in django ???

2012-04-02 Thread Ariel Isaac Romero Cartaya
Thank you very much for your answer Mario. Regards, On Sun, Apr 1, 2012 at 4:02 AM, Mario Gudelj wrote: > You can use django-countries for county names and codes > -http://code.google.com/p/django-countries/ > or https://bitbucket.org/smileychris/django-countries > > There are probably more app

Re: How to model postal address in django ???

2012-04-01 Thread Mario Gudelj
You can use django-countries for county names and codes - http://code.google.com/p/django-countries/ or https://bitbucket.org/smileychris/django-countries There are probably more apps out there. For geo-coding you can try http://geodjango.org/. It's awesome but it may be a bit hard to implement.

How to model postal address in django ???

2012-03-30 Thread Ariel Isaac Romero Cartaya
Hi everybody, is there any model in Django to represent postal address, I mean is there already models like Countries, provinces and cities with theirs relations to make this, and how to model the others attributes: streets, postal code, between streets and perhaps latitude and longitude to use go