diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-28 02:40:57 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-28 02:40:57 +0000 |
| commit | f611ffaab3be0c9a9d21b6bd404fdefb30a3e909 (patch) | |
| tree | 3d0b35b0a8c8360dd92d2b921b5d877773e4e227 /docs/howto/static-files.txt | |
| parent | 23e85ef25fd56de439337df28227a87080046156 (diff) | |
Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Robert Coup for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto/static-files.txt')
| -rw-r--r-- | docs/howto/static-files.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt index c3692d5271..209cf38c36 100644 --- a/docs/howto/static-files.txt +++ b/docs/howto/static-files.txt @@ -31,7 +31,7 @@ Using this method is **inefficient** and **insecure**. Do not use this in a production setting. Use this only for development. For information on serving static files in an Apache production environment, -see the :ref:`Django mod_python documentation <serving-media-files>`. +see the :ref:`Django mod_wsgi documentation <serving-media-files>`. How to do it ============ |
