Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

Nathan Bovino
Nathan Bovino
10,905 Points

Dynamically Populated Dependent Select Box

I've taken the Flask course and started the Django course and some JQuery too. I am trying to build a web app and found I really need to make a select box populate dependent on another select box, ideally from a database. Is there a course here on Treehouse that addresses that and shows how to do it? Maybe I'm making it more difficult than it should be.