Re: How to search by country using django-countries?

2015-11-23 Thread Andreas Kuhne
ike I said earlier). Regards, Andréas 2015-11-22 23:04 GMT+01:00 Jorge Fernandez-de-Cossio-Diaz < j.cossio.d...@gmail.com>: > I have a Model containing a CountryField (using > https://pypi.python.org/pypi/django-countries): > > class Person(models.Model): > name = model

How to search by country using django-countries?

2015-11-22 Thread Jorge Fernandez-de-Cossio-Diaz
I have a Model containing a CountryField (using https://pypi.python.org/pypi/django-countries): class Person(models.Model): name = models.CharField(max_length=100) country = CountryField( countries_flag_url='//flags.example.com/{code}.png') I want to be able to searc

Re: Django-countries

2007-09-01 Thread Ariel Mauricio Nunez Gomez
Project owners: zodizz <http://code.google.com/u/zodizz/> Project members: neojjj <http://code.google.com/u/neojjj/> Have you tried [EMAIL PROTECTED] ? On 9/1/07, Chris Moffitt <[EMAIL PROTECTED]> wrote: > > By any chance, is the author of django-countries ( > http

Django-countries

2007-09-01 Thread Chris Moffitt
By any chance, is the author of django-countries ( http://code.google.com/p/django-countries/ ) on the list? I stumbled upon this app and wanted to touch base with the developer about a couple of things. If you're the developer (or know who is), would you mind sending me a note off-list