summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-03-12 12:23:53 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-03-12 12:23:53 +0000
commitdb03c7fa1d7e351fc40e92dd9e08904a9ff842f4 (patch)
tree413d15d5de87c82b2d20016bac07f1a9d6c9c7f5 /docs
parentadbd80ae7fcfef612a70a9e2b2c12b800530c9fc (diff)
Added a note about serving admin media to the alternative server setup
instructions. Refs #474. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4710 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/fastcgi.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/fastcgi.txt b/docs/fastcgi.txt
index 1efeaf09cf..5ecaac8666 100644
--- a/docs/fastcgi.txt
+++ b/docs/fastcgi.txt
@@ -304,3 +304,14 @@ If you have access to a command shell on a Unix system, you can accomplish this
easily by using the ``touch`` command::
touch mysite.fcgi
+
+Serving admin media files
+=========================
+
+Regardless of the server and configuration you eventually decide to use, you will
+also need to give some thought to how to serve the admin media files. The
+advice given in the modpython_ documentation is also applicable in the setups
+detailed above.
+
+.. _modpython: ../modpython/#serving-the-admin-files
+