lingthio / Flask-User-starter-app

BSD 2-Clause "Simplified" License
337 stars 156 forks source link

Switch to using flask's builtin CLI instead of flask_script #37

Open pjz opened 6 years ago

pjz commented 6 years ago

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.