All Projects → sibtc → Dependent Dropdown Example

sibtc / Dependent Dropdown Example

Licence: mit
Code example used in the post "How to Implement Dependent/Chained Dropdown List with Django"

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Dependent Dropdown Example

Simple Signup
Code samples used in the blog post "How to Create User Sign Up View"
Stars: ✭ 128 (+52.38%)
Mutual labels:  django, tutorial, tutorial-code
Try Django
Learn Django bit by bit in this series
Stars: ✭ 767 (+813.1%)
Mutual labels:  django, tutorial
Coderoad Vscode
👩‍💻 Create or play Interactive coding tutorials in VSCode
Stars: ✭ 757 (+801.19%)
Mutual labels:  tutorial, tutorial-code
Intro To Apis Course
Introduction to APIs course
Stars: ✭ 1,009 (+1101.19%)
Mutual labels:  tutorial, tutorial-code
Docker Django Nginx Uwsgi Postgres Tutorial
Docker + Django + Nginx + uWSGI + Postgres 基本教學 - 從無到有 ( Docker + Django + Nginx + uWSGI + Postgres Tutorial )
Stars: ✭ 334 (+297.62%)
Mutual labels:  django, tutorial
Try Django 2.2
Try Django 2.2 is step-by-step to build a modern, fully open-source, Blog web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 338 (+302.38%)
Mutual labels:  django, tutorial
Docker Tutorial
Docker 基本教學 - 從無到有 Docker-Beginners-Guide 教你用 Docker 建立 Django + PostgreSQL 📝
Stars: ✭ 906 (+978.57%)
Mutual labels:  django, tutorial
Tweetme 2
Build a twitter-like app in Django, Bootstrap, Javascript, & React.js. Step-by-Step.
Stars: ✭ 247 (+194.05%)
Mutual labels:  django, tutorial
Django Celery Tutorial
Django Celery Tutorial
Stars: ✭ 48 (-42.86%)
Mutual labels:  django, tutorial
Django Auth Tutorial Example
Django Authentication Video Tutorial
Stars: ✭ 60 (-28.57%)
Mutual labels:  django, tutorial
Thinkdiff
My open source project links, programming and software development related code and tutorials are in this repo. Content types: Python, JavaScript, Dart | Django, React, Flutter, React-Native etc.
Stars: ✭ 65 (-22.62%)
Mutual labels:  django, tutorial-code
Winerama Recommender Tutorial
A wine recommender system tutorial using Python technologies such as Django, Pandas, or Scikit-learn, and others such as Bootstrap.
Stars: ✭ 324 (+285.71%)
Mutual labels:  django, tutorial
Try Django 19
Try Django 1.9 is an introduction to Django version 1.9 by creating a simple, yet robust, Django blog. This series covers a variety of Django basics as well as Django 1.9 specific material. Created by Team CFE @ http://joincfe.com.
Stars: ✭ 279 (+232.14%)
Mutual labels:  django, tutorial
Djangoforbeginners
Source code for Django For Beginners
Stars: ✭ 527 (+527.38%)
Mutual labels:  django, tutorial
Generative models tutorial with demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
Stars: ✭ 276 (+228.57%)
Mutual labels:  tutorial, tutorial-code
Django Beginners Guide
A Complete Beginner's Guide to Django - Code Samples
Stars: ✭ 902 (+973.81%)
Mutual labels:  django, tutorial
Uc R.github.io
Main repository for R programming courses @ University of Cincinnati, courses and tutorials that focus on data wrangling, exploration, visualization, and analysis with R.
Stars: ✭ 76 (-9.52%)
Mutual labels:  tutorial, tutorial-code
Justchat
A chat application built with Django channels.
Stars: ✭ 183 (+117.86%)
Mutual labels:  django, tutorial
Reactify Django
Integrate React & Django
Stars: ✭ 205 (+144.05%)
Mutual labels:  django, tutorial
Python Beginner Programming Exercises
Practice your Python programming skills with this interactive and auto-graded set of exercises.
Stars: ✭ 47 (-44.05%)
Mutual labels:  tutorial, tutorial-code

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].