summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholyantony2015-07-23 15:00:27 +0530
committerholyantony2015-07-23 15:00:27 +0530
commite27ac24a77f0ad4418a32b01e7b9cc85cf45fb51 (patch)
tree8c570653ca3596653d2ec6b9eed10797f1e12098
parentb56dd7bc12525df412ba013ea2542dc9a84bbc24 (diff)
parentbf54dae02307ba230326057be6b2d07ded927ee0 (diff)
downloadFOSSEE-Forum-e27ac24a77f0ad4418a32b01e7b9cc85cf45fb51.tar.gz
FOSSEE-Forum-e27ac24a77f0ad4418a32b01e7b9cc85cf45fb51.tar.bz2
FOSSEE-Forum-e27ac24a77f0ad4418a32b01e7b9cc85cf45fb51.zip
Merge branch 'fossee-forum' of https://github.com/FOSSEE/spoken-tutorial-forums into fossee-forum
-rw-r--r--forums/settings.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/forums/settings.py b/forums/settings.py
index 72a6891..2898f98 100644
--- a/forums/settings.py
+++ b/forums/settings.py
@@ -184,16 +184,6 @@ TEMPLATE_CONTEXT_PROCESSORS += (
)
-
-WHOOSH_INDEX = os.path.join(PROJECT_DIR,'whoosh/')
-
-HAYSTACK_CONNECTIONS = {
- 'default':{
- 'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine',
- 'PATH' : WHOOSH_INDEX,
- },
-}
-
COMPRESS_ROOT = PROJECT_DIR + "/static/"
COMPRESS_ENABLED = True # disable in production Env
HTML_MINIFY = True # disable in production Env