diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2011-09-04 22:42:11 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2011-09-04 22:42:11 +0000 |
| commit | efd682e436d5ea6de5fe0a6d09fee70dd6fc3c50 (patch) | |
| tree | ce499299d8f0cabd8cf6db0a7f76854f86e3f655 /docs | |
| parent | 932b1b8d6dbd1a4d8e50aa0528c1489094f5704c (diff) | |
Fixed typo in PEP number introduced in last commit. Thanks Jannis for the eagle eyes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16721 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/faq/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index 06c7522aca..5ceb9caf52 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -23,7 +23,7 @@ usage. 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. |
