Author: kmtracey
Date: 2009-05-17 13:04:29 -0500 (Sun, 17 May 2009)
New Revision: 10812

Modified:
   django/trunk/docs/howto/deployment/index.txt
   django/trunk/docs/howto/deployment/modwsgi.txt
Log:
Fixed #10846: Corrected typo in modwsgi.txt and updated reference to deployment 
in The Django Book.  Thanks timo.


Modified: django/trunk/docs/howto/deployment/index.txt
===================================================================
--- django/trunk/docs/howto/deployment/index.txt        2009-05-17 17:57:41 UTC 
(rev 10811)
+++ django/trunk/docs/howto/deployment/index.txt        2009-05-17 18:04:29 UTC 
(rev 10812)
@@ -21,7 +21,7 @@
 
 .. seealso::
 
-    * `Chapter 20 of The Django Book`_ discusses deployment and especially
+    * `Chapter 12 of The Django Book`_ discusses deployment and especially
       scaling in more detail.
       
-.. _chapter 20 of the django book: http://djangobook.com/en/1.0/chapter20/
+.. _chapter 12 of the django book: http://djangobook.com/en/2.0/chapter12/

Modified: django/trunk/docs/howto/deployment/modwsgi.txt
===================================================================
--- django/trunk/docs/howto/deployment/modwsgi.txt      2009-05-17 17:57:41 UTC 
(rev 10811)
+++ django/trunk/docs/howto/deployment/modwsgi.txt      2009-05-17 18:04:29 UTC 
(rev 10812)
@@ -31,7 +31,7 @@
 
     WSGIScriptAlias / /path/to/mysite/apache/django.wsgi
 
-The first bit aboveis the url you want to be serving your application at (``/``
+The first bit above is the url you want to be serving your application at 
(``/``
 indicates the root url), and the second is the location of a "WSGI file" -- see
 below -- on your system, usually inside of your project. This tells Apache
 to serve any request below the given URL using the WSGI application defined by 
that file.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to