Machina preview.
[wolnelektury.git] / src / wolnelektury / settings / contrib.py
index 308353a..5e89a6f 100644 (file)
@@ -46,3 +46,10 @@ REST_FRAMEWORK = {
 DEBUG_TOOLBAR_CONFIG = {
     'RESULTS_CACHE_SIZE': 100,
 }
+
+
+HAYSTACK_CONNECTIONS = {
+    'default': {
+        'ENGINE': 'haystack.backends.simple_backend.SimpleEngine',
+    },
+}