X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f3e9066b40546163f0df4678702ca4d7d31f9f84..452c475a6450a61a15c857594f995315cf153083:/src/wolnelektury/settings/test.py diff --git a/src/wolnelektury/settings/test.py b/src/wolnelektury/settings/test.py index 0de27c7a7..57718b854 100644 --- a/src/wolnelektury/settings/test.py +++ b/src/wolnelektury/settings/test.py @@ -1,3 +1,8 @@ +# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. +# from wolnelektury.settings import * THUMBNAIL_BACKEND = 'wolnelektury.test_utils.DummyThumbnailBackend' +CATALOGUE_GET_MP3_LENGTH = 'catalogue.test_utils.get_mp3_length' +MEDIA_URL = '/media/'