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
Post a Comment