X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/39b99a8a8920dca527eb823b860303103389fd91..998a1e2aeaea0c5361e526365d1e94d7eaa9d4e8:/src/wolnelektury/settings/test.py diff --git a/src/wolnelektury/settings/test.py b/src/wolnelektury/settings/test.py index 0ad0e6988..25bd82caf 100644 --- a/src/wolnelektury/settings/test.py +++ b/src/wolnelektury/settings/test.py @@ -2,3 +2,4 @@ from wolnelektury.settings import * THUMBNAIL_BACKEND = 'wolnelektury.test_utils.DummyThumbnailBackend' CATALOGUE_GET_MP3_LENGTH = 'catalogue.test_utils.get_mp3_length' +MEDIA_URL = '/media/'