May 2018
Beginner to intermediate
282 pages
7h 58m
English
Django makes it relatively straightforward to combine multiple forms with the same action, like a single Submit button. However, most web pages need to show several actions on the same page. For example, you might want the user to subscribe or unsubscribe from a newsletter using two distinct forms that are shown on the same page.
However, Django's FormView is designed to handle only one form per view scenario. Many other generic class-based views also share this assumption.
Read now
Unlock full access