Changeset 5404
- Timestamp:
- 06/01/07 05:00:00 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/conf/project_template/settings.py
r4678 r5404 39 39 MEDIA_ROOT = '' 40 40 41 # URL that handles the media served from MEDIA_ROOT. 42 # Example: "http://media.lawrence.com" 41 # URL that handles the media served from MEDIA_ROOT. Make sure to use a 42 # trailing slash if there is a path component (optional in other cases). 43 # Examples: "http://media.lawrence.com", "http://example.com/media/" 43 44 MEDIA_URL = '' 44 45
