From c0bf3c807b1e5a88238e551eaa1491b51af3914d Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 20 May 2011 19:35:11 -0500 Subject: [PATCH] Clarified: don't do this in production! --- docs/hackinghowto.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1