Maru Kun

79%
Flag icon
Any page that lets a user enter and submit information on a web page is a form, even if it doesn’t look like one. When users enter information, we need to validate that the information provided is the right kind of data and not anything malicious, such as code to interrupt our server. We then need to process and save valid information to the appropriate place in the database. Django automates much of this work.
Python Crash Course: A Hands-On, Project-Based Introduction to Programming
Rate this book
Clear rating