summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmanage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage.sh b/manage.sh
index 28d0428..1eb5252 100755
--- a/manage.sh
+++ b/manage.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-PYTHONDONTWRITEBYTECODE=x FLASK_APP=__init__.py flask "$@"
+FLASK_DEBUG=1 PYTHONDONTWRITEBYTECODE=x FLASK_APP=__init__.py flask "$@"