DjangoA collection of 287 articles#Python#Django#modelsRemodeling Data Relationships - Building SaaS #55In this episode, we’re remodeling! I changed the model relationship between GradeLevel and Course from a ForeignKey (1 to many) to a ManyToManyField. We talked through the change and …#Python#Django#formsUser Interaction With FormsHow 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 …I make a lot of Django content for the community.Please support me on Patreon!← Next Articles Previous Articles →