~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to docs/howto/deployment/index.txt

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2014-09-17 14:15:11 UTC
  • mfrom: (1.3.17) (6.2.18 experimental)
  • Revision ID: package-import@ubuntu.com-20140917141511-icneokthe9ww5sk4
Tags: 1.7-2
* Release to unstable.
* Add a migrate-south sample script to help users apply their South
  migrations. Thanks to Brian May.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
   :maxdepth: 1
11
11
 
12
12
   wsgi/index
 
13
   checklist
 
14
 
 
15
FastCGI support is deprecated and will be removed in Django 1.9.
 
16
 
 
17
.. toctree::
 
18
   :maxdepth: 1
 
19
 
13
20
   fastcgi
14
 
   checklist
15
21
 
16
22
If you're new to deploying Django and/or Python, we'd recommend you try
17
23
:doc:`mod_wsgi </howto/deployment/wsgi/modwsgi>` first. In most cases it'll be
22
28
    * `Chapter 12 of the Django Book (second edition)`_ discusses deployment
23
29
      and especially scaling in more detail. However, note that this edition
24
30
      was written against Django version 1.1 and has not been updated since
25
 
      `mod_python` was first deprecated, then completely removed in Django 1.5.
 
31
      ``mod_python`` was first deprecated, then completely removed in
 
32
      Django 1.5.
26
33
 
27
34
.. _chapter 12 of the django book (second edition): http://djangobook.com/en/2.0/chapter12.html