testappproj/settings.py
changeset 2 654c583fd78e
parent 0 0b061d58aea3
child 3 34d0c21e3352
equal deleted inserted replaced
1:0eda880b3d25 2:654c583fd78e
    37 # to load the internationalization machinery.
    37 # to load the internationalization machinery.
    38 USE_I18N = True
    38 USE_I18N = True
    39 
    39 
    40 # Absolute path to the directory that holds media.
    40 # Absolute path to the directory that holds media.
    41 # Example: "/home/media/media.lawrence.com/"
    41 # Example: "/home/media/media.lawrence.com/"
    42 MEDIA_ROOT = ''
    42 MEDIA_ROOT = '/home/amit/spkt-testapp/testappproj/media-root/'
    43 
    43 
    44 # URL that handles the media served from MEDIA_ROOT. Make sure to use a
    44 # URL that handles the media served from MEDIA_ROOT. Make sure to use a
    45 # trailing slash if there is a path component (optional in other cases).
    45 # trailing slash if there is a path component (optional in other cases).
    46 # Examples: "http://media.lawrence.com", "http://example.com/media/"
    46 # Examples: "http://media.lawrence.com", "http://example.com/media/"
    47 MEDIA_URL = ''
    47 MEDIA_URL = ''