diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-20 19:35:11 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-20 19:35:11 -0500 |
commit | c0bf3c807b1e5a88238e551eaa1491b51af3914d (patch) | |
tree | b5af2acd37be343abf35a011d0388c02310d7434 | |
parent | 693b674ce094b27a8f562bf55d7695302257cc82 (diff) | |
download | mediagoblin-c0bf3c807b1e5a88238e551eaa1491b51af3914d.tar.lz mediagoblin-c0bf3c807b1e5a88238e551eaa1491b51af3914d.tar.xz mediagoblin-c0bf3c807b1e5a88238e551eaa1491b51af3914d.zip |
Clarified: don't do this in production!
-rw-r--r-- | docs/hackinghowto.rst | 3 |
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 |