X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/61b408937a267d27ee7342bc4f172a78e0058835..ec9a0abcd6bf2c7b3bce436a74e48d96c8b713d2:/settings.py diff --git a/settings.py b/settings.py index d95de048d..8baaf69d1 100644 --- a/settings.py +++ b/settings.py @@ -44,12 +44,12 @@ MEDIA_ROOT = PROJECT_DIR + '/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). # Examples: "http://media.lawrence.com", "http://example.com/media/" -MEDIA_URL = 'http://localhost:8000/pliki/' +MEDIA_URL = 'http://localhost:8000/media/' # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a # trailing slash. # Examples: "http://foo.com/media/", "/media/". -ADMIN_MEDIA_PREFIX = '/media/' +ADMIN_MEDIA_PREFIX = '/admin-media/' # Make this unique, and don't share it with anybody.