diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-04-23 22:30:42 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-23 22:30:42 +0200 |
commit | fd6655c7a02cd47e3c466d83b8c126fed1131845 (patch) | |
tree | 282ed6f92b5636caf1406bacf96cb98d1150f27d | |
parent | refactor two sentences to fit the 80-character wide limit (diff) | |
download | grumpy-fd6655c7a02cd47e3c466d83b8c126fed1131845.tar.gz grumpy-fd6655c7a02cd47e3c466d83b8c126fed1131845.tar.bz2 grumpy-fd6655c7a02cd47e3c466d83b8c126fed1131845.zip |
revert previous commit
-rwxr-xr-x | manage.py | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -6,10 +6,8 @@ from flask_script import Manager, Shell from backend import app, db from backend.lib import sync -# TODO: Replace this with flask 0.11 "flask" CLI and the extra commands support -# via click therein - http://flask.pocoo.org/docs/0.11/cli/ -# TODO: This would then allow FLASK_DEBUG=1 automatically reloading the server -# on code changes when launched with "flask run" +# TODO: Replace this with flask 0.11 "flask" CLI and the extra commands support via click therein - http://flask.pocoo.org/docs/0.11/cli/ +# TODO: This would then allow FLASK_DEBUG=1 automatically reloading the server on code changes when launched with "flask run" manager = Manager(app) |