Re: Cascadind Drop Down in Django Admin Panel

2019-05-09 Thread chaitanya goud
Hi https://stackoverflow.com/questions/27440861/django-model-multiplechoice Use this link in models and create css in the frontend On Thu, 9 May 2019, 18:09 Maurice Aney, wrote: > hi guys i think that it will be great to create a slak chanel > > Le jeu. 9 mai 2019 à 08:03, Balaji Shetty a >

Re: Cascadind Drop Down in Django Admin Panel

2019-05-09 Thread Maurice Aney
hi guys i think that it will be great to create a slak chanel Le jeu. 9 mai 2019 à 08:03, Balaji Shetty a écrit : > > HI > > *How can I add cascading drop down for Continent and Country in Django > Admin Panel.* > > Here I add Continent and Country. > > When i change Continent, Country should

Re: Cascadind Drop Down in Django Admin Panel

2019-05-09 Thread Balaji Shetty
Thanks a lot for your reply Dear Jani Tiainen I try it. On Thursday, May 9, 2019, Jani Tiainen wrote: > You could try django-select2 for example. > > to 9. toukok. 2019 klo 11.03 Balaji Shetty > kirjoitti: > >> >> HI >> >> *How can I add cascading drop down for Continent and Country in

Re: Cascadind Drop Down in Django Admin Panel

2019-05-09 Thread Jani Tiainen
You could try django-select2 for example. to 9. toukok. 2019 klo 11.03 Balaji Shetty kirjoitti: > > HI > > *How can I add cascading drop down for Continent and Country in Django > Admin Panel.* > > Here I add Continent and Country. > > When i change Continent, Country should be changed

Cascadind Drop Down in Django Admin Panel

2019-05-09 Thread Balaji Shetty
HI *How can I add cascading drop down for Continent and Country in Django Admin Panel.* Here I add Continent and Country. When i change Continent, Country should be changed automatically. How can i achieve this. Consider my model.py class Continent(models.Model): name =