Is there a Country select feature in Local Flavors forms addon?

7 views
Skip to first unread message

NoviceSortOf

unread,
Mar 24, 2009, 11:56:21 AM3/24/09
to Django users

I'm looking at using the USStateSelect from from
django.contrib.localflavor.us.forms, I'm curious
though if there an comparable CountrySelect
object anywhere.

Please advise.

NoviceSortOf

unread,
Mar 25, 2009, 5:59:31 AM3/25/09
to Django users

What I've done in this case is rather than using local flavor
is create a file called mysite.myproject.choices.py which
includes country, state and all other questions in the form.
Its a major improvement and cleanup on the html to say
the least. Putting the choices in a separate .py file
is also keeps our forms.py and models.py elegant.

I don't need the other localflavor options because in our
form they can answer Non-USA as state and simply type
in their provice/state if other than USA.
Reply all
Reply to author
Forward
0 new messages