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

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -