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

2015-11-23 Thread Andreas Kuhne
HI Jorge, What do you mean you want to search by country? I think the easiest way would be to add a filter for the country field in admin. The thing is with the countries plugin, you only save the 2-letter version of the country (for example GB for Great Britain, ES for Spain, SE for Sweden and s

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 search in admin in