fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix test for custom pdf file generation
[wolnelektury.git]
/
wolnelektury
/
settings.py
diff --git
a/wolnelektury/settings.py
b/wolnelektury/settings.py
index
826d111
..
45dfe37
100644
(file)
--- a/
wolnelektury/settings.py
+++ b/
wolnelektury/settings.py
@@
-147,6
+147,7
@@
INSTALLED_APPS = [
'newtagging',
'opds',
'pdcounter',
'newtagging',
'opds',
'pdcounter',
+ 'reporting',
'sponsors',
'stats',
'suggest',
'sponsors',
'stats',
'suggest',
@@
-227,9
+228,11
@@
MAX_TAG_LIST = 6
NO_BUILD_EPUB = False
NO_BUILD_TXT = False
NO_BUILD_PDF = False
NO_BUILD_EPUB = False
NO_BUILD_TXT = False
NO_BUILD_PDF = False
+NO_BUILD_MOBI = False
ALL_EPUB_ZIP = 'wolnelektury_pl_epub'
ALL_PDF_ZIP = 'wolnelektury_pl_pdf'
ALL_EPUB_ZIP = 'wolnelektury_pl_epub'
ALL_PDF_ZIP = 'wolnelektury_pl_pdf'
+ALL_MOBI_ZIP = 'wolnelektury_pl_mobi'
PAGINATION_INVALID_PAGE_RAISES_404 = True
PAGINATION_INVALID_PAGE_RAISES_404 = True
@@
-243,7
+246,6
@@
BROKER_USER = "guest"
BROKER_PASSWORD = "guest"
BROKER_VHOST = "/"
BROKER_PASSWORD = "guest"
BROKER_VHOST = "/"
-USE_CELERY = True
# Load localsettings, if they exist
try:
# Load localsettings, if they exist
try: