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

Software Engineer
PLUS
Software Engineer
Courses Plus Student 10,714 Points

How can I update a database table multiple times without navigating on each update trigger?

I am using Django framework. I am having a container_detail model which contains a few fields such as name, location, capacity, current_level. I want to create a view such that I can create multiple rows within the same table without being navigated to another page on each row submission.

Any suggestion including JavaScript modules is welcome.