How to get Interdependent dropdowns in django using Modelform and jquery?

前端 未结 2 1727
醉梦人生
醉梦人生 2020-11-28 07:51

I am new to django and jquery. I am working on a django-based app where I have 3 drop downs in a form. 1. Campus 2. School 3. Centre

The hierarchy is Campuses ha

2条回答
  •  [愿得一人]
    2020-11-28 08:13

    Rather than re-inventing the wheel, I would use Django Smart Selects or Django Autocomplete Light

    I haven't tried either yet but I'm about to use one or both of them in an upcoming project.

提交回复
热议问题