diff options
| author | Georg Bauer <gb@hugo.westfalen.de> | 2005-10-13 16:21:40 +0000 |
|---|---|---|
| committer | Georg Bauer <gb@hugo.westfalen.de> | 2005-10-13 16:21:40 +0000 |
| commit | 2ffca1711ddd58ce0457bbf972a25402b746b73b (patch) | |
| tree | 628b5102561bb01f722c6e8730397f8d9b9ae28b /docs/modpython.txt | |
| parent | b61aee47fc632730ac4cbfccdc6961e743be5dc1 (diff) | |
| parent | 84a30e709677deea2f4b2ce6661329d76b73e9b0 (diff) | |
i18n: merged to r852
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@853 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modpython.txt')
| -rw-r--r-- | docs/modpython.txt | 3 |
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/ |
