Django Forms and ModelForms
Introduction
Most Django websites you build will have some form of user input (collecting data from users) - and that's where forms come in. Forms are an integral part of the Django framework. In this article we will look at the following:
Forms
Mo...
harunacodes.com12 min read
Modou Lamin Jatta
Eat(), Learn(), Code() and Repeat.
I'm impressed by model forms for their ability to provide a simple validation check. This article was enjoyable to read. Keep up the great work, Haruna! Cheers!