This example is for multiple choice dependent or Chained dropdown list
each choice leads to a narrow choice list.
no javascript is used.
- git clone xxxxxxx
- cd xxxxxxx
- pip install virtualenv
- virtualenv env
- pip install django
- python manage.py makemigrations
- python manage.py migrate
- python manage.py createsuperuser
ready to go