diff options
Diffstat (limited to 'config/settings.py')
-rw-r--r-- | config/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings.py b/config/settings.py index 9a18f89..49be9f7 100644 --- a/config/settings.py +++ b/config/settings.py @@ -74,7 +74,7 @@ IMAGES_URL = 'https://images.luxagraf.net/' # Absolute filesystem path to the directory that will hold user-uploaded files. # Example: "/home/media/media.lawrence.com/media/" -MEDIA_ROOT = os.path.join(PROJ_ROOT, 'site/media') +MEDIA_ROOT = os.path.join(PROJ_ROOT, 'v8/media') # URL that handles the media served from MEDIA_ROOT. Make sure to use a # trailing slash. |