fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
More Py3 compatibility fixes.
[wolnelektury.git]
/
src
/
wolnelektury
/
settings
/
test.py
1
from wolnelektury.settings import *
2
3
THUMBNAIL_BACKEND = 'wolnelektury.test_utils.DummyThumbnailBackend'
4
CATALOGUE_GET_MP3_LENGTH = 'catalogue.test_utils.get_mp3_length'
5
MEDIA_URL = '/media/'