Flask-User-starter-app
Flask-User-starter-app copied to clipboard
error on db init with flask-wtf v < 0.14.3
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