Re: How to Implement Cascading Dependent Drop Down List using Foreign Key Relationship in Django Admin GUI

2019-05-17 Thread Balaji Shetty
*Hi* *I tried it https://django-autocomplete-light.readthedocs.io/en/master/ * * but could not understand how to use it. I am new in Django. I could add Cascading drop down as well as retrieve.* *But how to use it in my code is the dif

Re: How to Implement Cascading Dependent Drop Down List using Foreign Key Relationship in Django Admin GUI

2019-05-16 Thread Balaji Shetty
Dear carlos Thank You very much. On Thu, May 16, 2019 at 8:16 PM carlos wrote: > try this app > https://django-autocomplete-light.readthedocs.io/en/master/ > > On Thu, May 16, 2019 at 5:59 AM Balaji Shetty > wrote: > >> >> Hi >> >> Can anyone please provide me the resource for implementation of

Re: How to Implement Cascading Dependent Drop Down List using Foreign Key Relationship in Django Admin GUI

2019-05-16 Thread carlos
try this app https://django-autocomplete-light.readthedocs.io/en/master/ On Thu, May 16, 2019 at 5:59 AM Balaji Shetty wrote: > > Hi > > Can anyone please provide me the resource for implementation of Cascading > Dependent Drop Down List in Django Admin GUI. > > I do now want to write any code a

How to Implement Cascading Dependent Drop Down List using Foreign Key Relationship in Django Admin GUI

2019-05-16 Thread Balaji Shetty
Hi Can anyone please provide me the resource for implementation of Cascading Dependent Drop Down List in Django Admin GUI. I do now want to write any code and use existing Admin GUI only. I tried many select2 but could not get any success. Here is my sample code *I followed the instructions