summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-10-12 03:52:05 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-10-12 03:52:05 +0000
commit9fdacc7a66e7db8ba7db351540c16f0a2fd631e7 (patch)
treefab1af81b7b2a266403f76d6a2439cd02eb184b3
parent179017afb57a1b0432ef769819f61a4b98997a25 (diff)
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
-rw-r--r--docs/modpython.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt
index acac50a6d5..d24ea29018 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/