Skip to content

senolcolak/django-dependent-dropdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependent Dropdown with Django and Htmx

This example is for multiple choice dependent or Chained dropdown list

each choice leads to a narrow choice list.

no javascript is used.

How to run?

  • 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

enter to admin for creating some data for country, city, district

ready to go

About

Dependent Dropdown with Django and Htmx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors