Ticket #10650: 10650_jjconti.diff
File 10650_jjconti.diff, 540 bytes (added by , 15 years ago) |
---|
-
django/conf/global_settings.py
252 252 # Default file storage mechanism that holds media. 253 253 DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage' 254 254 255 # Absolute path to the directory that holdsmedia.255 # Absolute path to the directory that will hold uploaded media. 256 256 # Example: "/home/media/media.lawrence.com/" 257 257 MEDIA_ROOT = '' 258 258