Skip to content
Code example used in the post "How to Implement Dependent/Chained Dropdown List with Django"
Branch: master
Clone or download
Latest commit d04ccf9 Feb 3, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
hr Improve form handling Jan 29, 2018
simple_erp Update ALLOWED_HOSTS Jan 28, 2018
templates Initial commit Jan 28, 2018
.gitignore Add sqlite db to the repo to make it easier to deploy on heroku and s… Jan 28, 2018
LICENSE Initial commit Jan 28, 2018
Procfile Initial commit Jan 28, 2018
README.md
db.sqlite3 Add sqlite db to the repo to make it easier to deploy on heroku and s… Jan 28, 2018
manage.py Initial commit Jan 28, 2018
requirements.txt Add gunicorn Jan 28, 2018
runtime.txt Initial commit Jan 28, 2018

README.md

Dependent Dropdown Example

Python Version Django Version

Example code about how to implement dependent dropdown lists with Django.

Dependent Dropdown Example Screenshot

Read the blog post How to Implement Dependent/Chained Dropdown List with Django.

This project is deployed at dependent-dropdown-example.herokuapp.com.

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/sibtc/dependent-dropdown-example.git

Install the requirements:

pip install -r requirements.txt

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

License

The source code is released under the MIT License.

You can’t perform that action at this time.