Clarified: don't do this in production!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 21 May 2011 00:35:11 +0000 (19:35 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 21 May 2011 00:35:11 +0000 (19:35 -0500)
docs/hackinghowto.rst

index 8974b31d05e6362571ab56b7523c84af13f85236..3544ec926aecc8df23fc9fc7c3172bd97a9949bd 100644 (file)
@@ -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