summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-07-18 13:09:56 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-07-18 13:09:56 (GMT)
commit6e527861f100efba2fd9c1f821782f20e2000d93 (patch)
treee0a6d73aaf312ed81f88eff6ec74d7c68796c161 /settings.py
parent2aaaf95a32f2e2d2ca1127d39b068f6d6a862aa6 (diff)
remove haystack search
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/settings.py b/settings.py
index ed98688..4cefed6 100644
--- a/settings.py
+++ b/settings.py
@@ -68,15 +68,9 @@ INSTALLED_APPS = (
'django.contrib.admin',
'program',
'nop',
- 'haystack',
'tinymce',
)
-HAYSTACK_SITECONF = 'search_sites'
-HAYSTACK_SEARCH_ENGINE = 'solr'
-HAYSTACK_SOLR_URL = 'http://localhost:8988/solr'
-HAYSTACK_ID_FIELD = 'docid'
-
TINYMCE_DEFAULT_CONFIG = {
'plugins' : 'contextmenu',
'theme': 'advanced',