aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-05-20 19:35:11 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-05-20 19:35:11 -0500
commitc0bf3c807b1e5a88238e551eaa1491b51af3914d (patch)
treeb5af2acd37be343abf35a011d0388c02310d7434
parent693b674ce094b27a8f562bf55d7695302257cc82 (diff)
downloadmediagoblin-c0bf3c807b1e5a88238e551eaa1491b51af3914d.tar.lz
mediagoblin-c0bf3c807b1e5a88238e551eaa1491b51af3914d.tar.xz
mediagoblin-c0bf3c807b1e5a88238e551eaa1491b51af3914d.zip
Clarified: don't do this in production!
-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