Python Developer Question:
Download Questions PDF

Explain me what is Flask-WTF and what are their features?

Python Developer Interview Question
Python Developer Interview Question

Answer:

Flask-WTF offers simple integration with WTForms. Features include for Flask WTF are

☛ Integration with wtforms
☛ Secure form with csrf token
☛ Global csrf protection
☛ Internationalization integration
☛ Recaptcha supporting
☛ File upload that works with Flask Uploads

Download Python Developer Interview Questions And Answers PDF

Previous QuestionNext Question
How to access a module written in Python from C?Explain me what Does The <Self> Keyword Do?