Author: ramiro Date: 2011-09-04 15:42:11 -0700 (Sun, 04 Sep 2011) New Revision: 16721
Modified: django/trunk/docs/faq/install.txt Log: Fixed typo in PEP number introduced in last commit. Thanks Jannis for the eagle eyes. Modified: django/trunk/docs/faq/install.txt =================================================================== --- django/trunk/docs/faq/install.txt 2011-09-04 21:17:30 UTC (rev 16720) +++ django/trunk/docs/faq/install.txt 2011-09-04 22:42:11 UTC (rev 16721) @@ -23,7 +23,7 @@ For a development environment -- if you just want to experiment with Django -- you don't need to have a separate Web server installed; Django comes with its own lightweight development server. For a production environment, Django follows -the WSGI spec, :pep:`3333`, which means it can run on a variety of server +the WSGI spec, :pep:`333`, which means it can run on a variety of server platforms. See :doc:`Deploying Django </howto/deployment/index>` for some popular alternatives. Also, the `server arrangements wiki page`_ contains details for several deployment strategies. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
