fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bump librarian to version with picture support
[wolnelektury.git]
/
wolnelektury
/
settings.py
diff --git
a/wolnelektury/settings.py
b/wolnelektury/settings.py
index
527b702
..
7ac3cd1
100644
(file)
--- a/
wolnelektury/settings.py
+++ b/
wolnelektury/settings.py
@@
-147,9
+147,11
@@
INSTALLED_APPS = [
'newtagging',
'opds',
'pdcounter',
'newtagging',
'opds',
'pdcounter',
+ 'reporting',
'sponsors',
'stats',
'suggest',
'sponsors',
'stats',
'suggest',
+ 'picture',
]
#CACHE_BACKEND = 'locmem:///?max_entries=3000'
]
#CACHE_BACKEND = 'locmem:///?max_entries=3000'
@@
-233,6
+235,8
@@
ALL_EPUB_ZIP = 'wolnelektury_pl_epub'
ALL_PDF_ZIP = 'wolnelektury_pl_pdf'
ALL_MOBI_ZIP = 'wolnelektury_pl_mobi'
ALL_PDF_ZIP = 'wolnelektury_pl_pdf'
ALL_MOBI_ZIP = 'wolnelektury_pl_mobi'
+CATALOGUE_DEFAULT_LANGUAGE = 'pol'
+
PAGINATION_INVALID_PAGE_RAISES_404 = True
import djcelery
PAGINATION_INVALID_PAGE_RAISES_404 = True
import djcelery