Added note to docs/static_files.txt about serving static files in production
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c0700db1a3
commit
5e0be518f8
|
@ -21,6 +21,11 @@ The big, fat disclaimer
|
||||||
Using this method is **inefficient** and **insecure**. Do not use this in a
|
Using this method is **inefficient** and **insecure**. Do not use this in a
|
||||||
production setting. Use this only for development.
|
production setting. Use this only for development.
|
||||||
|
|
||||||
|
For information on serving static files in an Apache production environment,
|
||||||
|
see the `Django mod_python documentation`_.
|
||||||
|
|
||||||
|
-- _Django mod_python documentation: http://www.djangoproject.com/documentation/modpython/#serving-media-files
|
||||||
|
|
||||||
How to do it
|
How to do it
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue