fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
og
[wolnelektury.git]
/
src
/
wolnelektury
/
settings
/
test.py
diff --git
a/src/wolnelektury/settings/test.py
b/src/wolnelektury/settings/test.py
index
0de27c7
..
0e10be9
100644
(file)
--- a/
src/wolnelektury/settings/test.py
+++ b/
src/wolnelektury/settings/test.py
@@
-1,3
+1,12
@@
+# 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'
from wolnelektury.settings import *
THUMBNAIL_BACKEND = 'wolnelektury.test_utils.DummyThumbnailBackend'
+CATALOGUE_GET_MP3_LENGTH = 'catalogue.test_utils.get_mp3_length'
+MEDIA_URL = '/media/'
+
+SEARCH_CONFIG = 'english'
+SEARCH_CONFIG_SIMPLE = 'simple'
+SEARCH_USE_UNACCENT = False