From 9fdacc7a66e7db8ba7db351540c16f0a2fd631e7 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 12 Oct 2005 03:52:05 +0000 Subject: [PATCH] Added note to docs/modpython.txt about non-dev arrangements not serving admin media files git-svn-id: http://code.djangoproject.com/svn/django/trunk@845 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/modpython.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/modpython.txt b/docs/modpython.txt index acac50a6d54..d24ea29018a 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -143,6 +143,9 @@ particular part of the site:: Just change ``Location`` to the root URL of your media files. +Note that the Django development server automagically serves admin media files, +but this is not the case when you use any other server arrangement. + .. _lighttpd: http://www.lighttpd.net/ .. _TUX: http://en.wikipedia.org/wiki/TUX_web_server .. _Apache: http://httpd.apache.org/