Yesterday, we learned how to create models and display them using views and templates. Today, you’ll learn how to let users input data into your project — using Django Forms.
Forms may look like regular HTML input fields on the surface, but Django gi...