fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
skip *_o.jpg when updating covers
[redakcja.git]
/
redakcja
/
settings
/
common.py
diff --git
a/redakcja/settings/common.py
b/redakcja/settings/common.py
index
5146dcd
..
ccb021e
100644
(file)
--- a/
redakcja/settings/common.py
+++ b/
redakcja/settings/common.py
@@
-144,6
+144,8
@@
CELERY_ACCEPT_CONTENT = ['pickle'] # Remove when all tasks jsonable.
SHOW_APP_VERSION = False
SHOW_APP_VERSION = False
+MIN_COVER_SIZE = (915, 1270)
+
try:
from redakcja.settings.compress import *
except ImportError:
try:
from redakcja.settings.compress import *
except ImportError: