diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.py b/settings.py index f6a9703..2dd7cc0 100644 --- a/settings.py +++ b/settings.py @@ -29,7 +29,8 @@ USE_I18N = True # Absolute path to the directory that holds media. # Example: "/home/media/media.lawrence.com/" -MEDIA_ROOT = '/media-admin/' +# MOVED TO LOCALSETTINGS +MEDIA_ROOT = 'C:/Expo/expoweb/troggle/media/' # 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). |