actortrackr icon indicating copy to clipboard operation
actortrackr copied to clipboard

Error FlaskWTF-Forms

Open tbordini opened this issue 7 years ago • 1 comments

I install in ubuntu 16, using the last version the ElasticSearch, i receive this warning:

actortrackr/app/core/blueprints/actor.py:958: FlaskWTFDeprecationWarning: "flask_wtf.Form" has been renamed to "FlaskForm" and will be removed in 1.0.

tbordini avatar Aug 31 '17 12:08 tbordini

Try this

from flask_wtf import FlaskForm as Form

Note: this repo is not maintained anymore, see https://github.com/jalewis/actortrackr

dougiep16 avatar Aug 31 '17 13:08 dougiep16