Changeset 1455
- Timestamp:
- 11/27/05 08:49:57 (3 years ago)
- Files:
-
- django/trunk/docs/static_files.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/static_files.txt
r1454 r1455 21 21 Using this method is **inefficient** and **insecure**. Do not use this in a 22 22 production setting. Use this only for development. 23 24 For information on serving static files in an Apache production environment, 25 see the `Django mod_python documentation`_. 26 27 -- _Django mod_python documentation: http://www.djangoproject.com/documentation/modpython/#serving-media-files 23 28 24 29 How to do it
