lingthio / Flask-User-starter-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to using flask's builtin CLI instead of flask_script

pjz opened this issue · comments

As of Flask 0.11 or so, flask_script is no longer needed. See here for details on using the new stuff - it looks pretty easy, just decorate existing functions.