Changeset 6768
- Timestamp:
- 11/29/07 23:14:09 (1 year ago)
- Files:
-
- django/trunk/django/views/static.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/views/static.py
r6731 r6768 1 1 """ 2 Views and functions for serving static files. These are only to be used2 Views and functions for serving static files. These are only to be used 3 3 during development, and SHOULD NOT be used in a production setting. 4 4 """
