Re: Django Country->State->City Dropdown list

2010-11-02 Thread d
Thanks. I can't find intuitive examples. Can anyone post a little simple code -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to

Re: Django Country->State->City Dropdown list

2010-11-02 Thread Jirka Vejrazka
> The following is my django code. I would like to have 3 column drop- > down list. It sounds like you might want to check out Dajax (http://www.dajaxproject.com/), Dojango (http://code.google.com/p/dojango/) or JQuery (there are plenty of examples for using JQuery with Django out there).

Re: Django Country->State->City Dropdown list

2010-11-02 Thread John Matthew
Sounds like AJAX is your answer, there are lots of AJAX libraries out there that have examples on this. J On Nov 2, 10:31 am, d wrote: > URGENT! > The following is my django code. I would like to have 3 column drop- > down list. > > a member can select his location. >

Django Country->State->City Dropdown list

2010-11-02 Thread d
URGENT! The following is my django code. I would like to have 3 column drop- down list. a member can select his location. when a country is selected, then all states for that country will display. the same thing happens to city. Now, I know it has something to do with Javascript. The question is