Django

Code

Changeset 4710

Show
Ignore:
Timestamp:
03/12/07 07:23:53 (1 year ago)
Author:
mtredinnick
Message:

Added a note about serving admin media to the alternative server setup
instructions. Refs #474.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/fastcgi.txt

    r4471 r4710  
    305305 
    306306    touch mysite.fcgi 
     307 
     308Serving admin media files 
     309========================= 
     310 
     311Regardless of the server and configuration you eventually decide to use, you will 
     312also need to give some thought to how to serve the admin media files. The 
     313advice given in the modpython_ documentation is also applicable in the setups 
     314detailed above. 
     315 
     316.. _modpython: ../modpython/#serving-the-admin-files 
     317