Changeset 4420 for django/trunk/docs/static_files.txt
- Timestamp:
- 01/24/07 14:08:47 (2 years ago)
- Files:
-
- django/trunk/docs/static_files.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/static_files.txt
r3952 r4420 25 25 see the `Django mod_python documentation`_. 26 26 27 .. _Django mod_python documentation: http://www.djangoproject.com/documentation/modpython/#serving-media-files27 .. _Django mod_python documentation: ../modpython/#serving-media-files 28 28 29 29 How to do it … … 50 50 fall under the document root. 51 51 52 .. _URLconf: http://www.djangoproject.com/documentation/url_dispatch/52 .. _URLconf: ../url_dispatch/ 53 53 54 54 Directory listings … … 123 123 in your production settings file. But you should be doing that anyway. 124 124 125 .. _DEBUG setting: http://www.djangoproject.com/documentation/settings/#debug125 .. _DEBUG setting: ../settings/#debug
