How to add a Area-City associated select list in Django Admin -


like this:

when select state, second list city of state choose.

excuse writing. native language not english

you can use ajax that. implement view that, given state, return in json cities in state. on template use jquery in on change event of state combo call view , on success fill other combo. it's harder explain implement.

excuse writting. i'm on mobile.


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -