Fixed #15974 -- Correctly link to static files handling in deployment docs. Thanks, RogueBean.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16491 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2011-07-01 15:18:42 +00:00
parent 3b127e3cd2
commit d138906ad9
4 changed files with 52 additions and 44 deletions

View file

@ -52,8 +52,8 @@ Other topics
.. seealso::
For information about serving the media files (images, JavaScript, and CSS)
associated with the admin in production, see :ref:`serving-media-files`.
For information about serving the static files (images, JavaScript, and
CSS) associated with the admin in production, see :ref:`serving-files`.
``ModelAdmin`` objects
======================