aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2016-12-18 23:28:12 +0200
committerMart Raudsepp <leio@gentoo.org>2016-12-18 23:29:07 +0200
commitc0c323a6f79529fe475aa08364066e1f3e691647 (patch)
tree89d3113a6867cce835e91f0b8f9a74cf11919ead /manage.py
parentmodels: Add preliminary model and fields for keyword and p.mask storage (diff)
downloadgrumpy-c0c323a6f79529fe475aa08364066e1f3e691647.tar.gz
grumpy-c0c323a6f79529fe475aa08364066e1f3e691647.tar.bz2
grumpy-c0c323a6f79529fe475aa08364066e1f3e691647.zip
frontend: List proxy maintainers in a separate table for /setup
Also display an empty cell instead of "None" when we don't have a name in the DB. Style the submit button a bit. Commit a manage.py TODO comment that's collecting dust.
Diffstat (limited to 'manage.py')
-rwxr-xr-xmanage.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/manage.py b/manage.py
index a31b96c..8df47ee 100755
--- a/manage.py
+++ b/manage.py
@@ -6,6 +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"
manager = Manager(app)