Django

Code

Changeset 1455

Show
Ignore:
Timestamp:
11/27/05 08:49:57 (3 years ago)
Author:
adrian
Message:

Added note to docs/static_files.txt about serving static files in production

Files:

Legend:

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

    r1454 r1455  
    2121Using this method is **inefficient** and **insecure**. Do not use this in a 
    2222production setting. Use this only for development. 
     23 
     24For information on serving static files in an Apache production environment, 
     25see the `Django mod_python documentation`_. 
     26 
     27-- _Django mod_python documentation: http://www.djangoproject.com/documentation/modpython/#serving-media-files 
    2328 
    2429How to do it