Flask-User-starter-app icon indicating copy to clipboard operation
Flask-User-starter-app copied to clipboard

error on db init with flask-wtf v < 0.14.3

Open siparker opened this issue 4 years ago • 0 comments

when trying to initialise the db it gives the following error

ImportError: cannot import name 'url_encode' from 'werkzeug'

Werkzeug changed the url_encode function from werkzeug.url_encode to werkzeug.urls.url_encode.

Simple fix should be to bump flask-wtf to version 0.14.3

siparker avatar Feb 28 '20 11:02 siparker