aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/hackinghowto.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst
index 8974b31d..3544ec92 100644
--- a/docs/hackinghowto.rst
+++ b/docs/hackinghowto.rst
@@ -143,7 +143,8 @@ same time? For development purposes there's a shortcut::
This way the web server will block on processing items until they are
done, but you don't need to run celery separately (which is probably
-good enough for development purposes).
+good enough for development purposes, but something you almost
+certainly shouldn't do in production).
Running the test suite