Ticket #10650: 10650_jjconti.diff

File 10650_jjconti.diff, 540 bytes (added by jjconti, 15 years ago)

Add suggested line of doc.

  • django/conf/global_settings.py

     
    252252# Default file storage mechanism that holds media.
    253253DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
    254254
    255 # Absolute path to the directory that holds media.
     255# Absolute path to the directory that will hold uploaded media.
    256256# Example: "/home/media/media.lawrence.com/"
    257257MEDIA_ROOT = ''
    258258
Back to Top