diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-10-20 01:33:24 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-10-20 01:33:24 +0000 |
| commit | cfc19f84def07fb950ae8789ed0655eae4f66a92 (patch) | |
| tree | 2c02cc5996a28f0ab900def5d804c961753c86d0 /docs/index.txt | |
| parent | a014ee02888d2fcea6880bef51f143632a60aab3 (diff) | |
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/index.txt')
| -rw-r--r-- | docs/index.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt index e456d047ec..afa2e37f25 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -155,7 +155,7 @@ The development process :doc:`Apache/mod_python <howto/deployment/modpython>` | :doc:`FastCGI/SCGI/AJP <howto/deployment/fastcgi>` | :doc:`Apache authentication <howto/apache-auth>` | - :doc:`Serving static files <howto/static-files>` | + :doc:`Handling static files <howto/static-files>` | :doc:`Tracking code errors by e-mail <howto/error-reporting>` Other batteries included @@ -185,6 +185,7 @@ Other batteries included * :doc:`Signals <topics/signals>` * :doc:`Sitemaps <ref/contrib/sitemaps>` * :doc:`Sites <ref/contrib/sites>` + * :doc:`Static Files <ref/contrib/staticfiles>` * :doc:`Syndication feeds (RSS/Atom) <ref/contrib/syndication>` * :doc:`Unicode in Django <ref/unicode>` * :doc:`Web design helpers <ref/contrib/webdesign>` |
