diff options
| author | Yamila Moreno <yamila.ms@gmail.com> | 2015-06-05 10:36:42 +0200 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2015-06-05 12:03:29 +0200 |
| commit | f954c517203d1fceaa1de26b17b242690cc138fa (patch) | |
| tree | e79a251a72b66c4b59bca143c5d8cc1da1f82877 /docs/howto/deployment | |
| parent | 071801ccff970682a799ce754431a3c3ce3d6902 (diff) | |
Fixed #24926 -- Removed outdated information from deployment
Diffstat (limited to 'docs/howto/deployment')
| -rw-r--r-- | docs/howto/deployment/index.txt | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/docs/howto/deployment/index.txt b/docs/howto/deployment/index.txt index db2b7d0676..4acde03699 100644 --- a/docs/howto/deployment/index.txt +++ b/docs/howto/deployment/index.txt @@ -3,8 +3,7 @@ Deploying Django Django's chock-full of shortcuts to make Web developer's lives easier, but all those tools are of no use if you can't easily deploy your sites. Since Django's -inception, ease of deployment has been a major goal. There's a number of good -ways to easily deploy Django: +inception, ease of deployment has been a major goal. .. toctree:: :maxdepth: 1 @@ -15,13 +14,3 @@ ways to easily deploy Django: If you're new to deploying Django and/or Python, we'd recommend you try :doc:`mod_wsgi </howto/deployment/wsgi/modwsgi>` first. In most cases it'll be the easiest, fastest, and most stable deployment choice. - -.. seealso:: - - * `Chapter 12 of the Django Book (second edition)`_ discusses deployment - and especially scaling in more detail. However, note that this edition - was written against Django version 1.1 and has not been updated since - ``mod_python`` was first deprecated, then completely removed in - Django 1.5. - -.. _chapter 12 of the django book (second edition): http://www.djangobook.com/en/2.0/chapter12.html |
