From 1701b95fa86a6f1583d28bee4878ba9def25f788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Padilla?= Date: Thu, 20 Mar 2014 08:41:31 -0400 Subject: [PATCH] Small typo fix on FastCGI section --- docs/cookbook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook.rst b/docs/cookbook.rst index df50e65..4575b8d 100644 --- a/docs/cookbook.rst +++ b/docs/cookbook.rst @@ -177,7 +177,7 @@ FastCGI ------- In case you use FastCGI for deploying Django (you really shouldn't) and aren't -allowed to us Django's runfcgi_ management command (that would automatically +allowed to use Django's runfcgi_ management command (that would automatically handle the setup for your if you've followed the quickstart guide above), make sure to use something like the following script::