Python Forum
How one should understand what Flask-WTF is?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How one should understand what Flask-WTF is?
#1
I have gone through various articles about Flask, but not able to get the description of Flask-WTF.
Reply
#2
As the docs state, Flask-WTF provides your Flask application integration with WTForms, i.e. it allows to create and validate web forms in Flask application.

some links
https://flask-wtf.readthedocs.io/en/stab...start.html
https://blog.miguelgrinberg.com/post/the...-web-forms
https://www.tutorialspoint.com/flask/flask_wtf.htm
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
Flask-WTF supports simple integration with WTForms. It has the following features-

* Integration with wtforms
* Global csrf protection
* Recaptcha supporting
* Internationalization integration
* Secure form with csrf token
* File upload compatible with Flask uploads
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020