summaryrefslogtreecommitdiff
path: root/docs/static_files.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-27 14:49:57 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-27 14:49:57 +0000
commit5e0be518f8c9dee930f755d55ef4c7e8db6d6974 (patch)
treef11de44b97c383a986393e47ebd32f42474526a4 /docs/static_files.txt
parentc0700db1a32d069fd84e9267e0664144b2af20db (diff)
Added note to docs/static_files.txt about serving static files in production
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/static_files.txt')
-rw-r--r--docs/static_files.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/static_files.txt b/docs/static_files.txt
index 67004f2f41..2b3b0b8f1c 100644
--- a/docs/static_files.txt
+++ b/docs/static_files.txt
@@ -21,6 +21,11 @@ The big, fat disclaimer
Using this method is **inefficient** and **insecure**. Do not use this in a
production setting. Use this only for development.
+For information on serving static files in an Apache production environment,
+see the `Django mod_python documentation`_.
+
+-- _Django mod_python documentation: http://www.djangoproject.com/documentation/modpython/#serving-media-files
+
How to do it
============