Changeset 4710
- Timestamp:
- 03/12/07 07:23:53 (1 year ago)
- Files:
-
- django/trunk/docs/fastcgi.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/fastcgi.txt
r4471 r4710 305 305 306 306 touch mysite.fcgi 307 308 Serving admin media files 309 ========================= 310 311 Regardless of the server and configuration you eventually decide to use, you will 312 also need to give some thought to how to serve the admin media files. The 313 advice given in the modpython_ documentation is also applicable in the setups 314 detailed above. 315 316 .. _modpython: ../modpython/#serving-the-admin-files 317
