What is Flask-WTF used for?

What is Flask-WTF used for?

a) Handling file uploads
b) Working with forms
c) Handling static files
d) Managing the database

Answer:

b) Working with forms

Explanation:

Flask-WTF is an extension for Flask that simplifies working with forms by integrating WTForms into Flask applications.

Reference:

Flask Quiz – MCQ Questions and Answers

Scroll to Top