Forms A collection of 8 articles #Python #Django #forms Sending Invites - Building SaaS #77 In this episode, I worked on the form that will send invites to users for the new social network app that I’m building. We built the view, the form, and the tests and wired a button to … #Python #Django #forms Episode 5 - How To Use Forms On this episode, we will learn about HTML forms and Django’s form system to use when collecting input from users. I make a lot of Django content for the community. Please support me on Patreon! #Python #Django #forms User Interaction With Forms How do users provide data to your website so you can interact with them? We can answer that question by exploring Django’s form system, and the tools that Django provides to simplify … #Python #Django #onboarding #forms More Onboarding Goodness - Building SaaS #53 In this episode, we continued with onboarding. I added unit tests for the new form and explained how foreign keys are wired through in CreateView. Then we marched on to the next template in … #Python #Django #onboarding #forms Consistent Onboarding - Building SaaS #52 In this episode, we glued together some of the onboarding steps. I added data validation so that future steps depend on data existing from previous steps. Then we added page messaging to … Want to chat about Python, Django, or building on the web? Join the Building SaaS Discord and say “Hello!” #Python #Django #onboarding #forms Onboarding Forms - Building SaaS #51 In this episode, we added the first form to collect data in the onboarding flow. We used a CreateView and defined all the fields that are needed in the HTML form. #Python #Django #forms Fast Forms With UpdateView - Building SaaS #44 In this episode, we worked on an edit view. We used Django’s generic UpdateView to aid the process and test drove the creation of the view to verify things every step of the way. #Python #Django #Forms Completing Account Deactivation - Building SaaS #18 In this episode, we finished the account deactivation flow. We looked at how to log out and mark an account as inactive. The deactivate customer is presented with a nice deactivated page to … Page 1 of 1