fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Machina preview.
[wolnelektury.git]
/
src
/
wolnelektury
/
settings
/
contrib.py
diff --git
a/src/wolnelektury/settings/contrib.py
b/src/wolnelektury/settings/contrib.py
index
308353a
..
5e89a6f
100644
(file)
--- a/
src/wolnelektury/settings/contrib.py
+++ b/
src/wolnelektury/settings/contrib.py
@@
-46,3
+46,10
@@
REST_FRAMEWORK = {
DEBUG_TOOLBAR_CONFIG = {
'RESULTS_CACHE_SIZE': 100,
}
+
+
+HAYSTACK_CONNECTIONS = {
+ 'default': {
+ 'ENGINE': 'haystack.backends.simple_backend.SimpleEngine',
+ },
+}