Home:ALL Converter>What is the need for forms in Django?

What is the need for forms in Django?

Ask Time:2017-11-06T15:13:51         Author:user8892584

Json Formatter

I am a noob in Python/Django and want to know what additional benefits Django forms offer compared to html forms? From what I have seen in a few tutorials, Django forms are mostly used for front-end validation only, which can also be done by html/JavaScript, so why should I use Django forms?

Author:user8892584,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/47131615/what-is-the-need-for-forms-in-django
yy