fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Different handling of current payment view,
[wolnelektury.git]
/
wolnelektury
/
settings
/
cache.py
diff --git
a/wolnelektury/settings/cache.py
b/wolnelektury/settings/cache.py
index
cc90240
..
14edd53
100644
(file)
--- a/
wolnelektury/settings/cache.py
+++ b/
wolnelektury/settings/cache.py
@@
-1,5
+1,5
@@
from os import path
from os import path
-from
settings
.paths import PROJECT_DIR
+from .paths import PROJECT_DIR
CACHES = {
'default': {
CACHES = {
'default': {
@@
-23,4
+23,3
@@
CACHES = {
},
}
CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True
},
}
CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True
-SEARCH_INDEX = path.join(PROJECT_DIR, '../search_index/')