# HG changeset patch # User Nishanth Amuluru # Date 1294388198 -19800 # Node ID f4e25004169dc997d4b235d02873f72d88e0d3dc # Parent b3f4888a78a15ab047ceee8e66a220207b3a1f76 changed the static serving url settings diff -r b3f4888a78a1 -r f4e25004169d settings.py --- a/settings.py Fri Jan 07 13:46:11 2011 +0530 +++ b/settings.py Fri Jan 07 13:46:38 2011 +0530 @@ -45,12 +45,12 @@ # Absolute filesystem path to the directory that will hold user-uploaded files. # Example: "/home/media/media.lawrence.com/" -MEDIA_ROOT = './media/' +MEDIA_ROOT = './static/' # URL that handles the media served from MEDIA_ROOT. Make sure to use a # trailing slash if there is a path component (optional in other cases). # Examples: "http://media.lawrence.com", "http://example.com/media/" -MEDIA_URL = '/media/' +MEDIA_URL = '/static/' # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a # trailing slash.