SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 69d7b0c1 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Fix: Reverting Haystack uninstall, what is this thing?

parent eab07a1d
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ INSTALLED_APPS = (
'ajax_select',
'captcha',
'guardian',
# 'haystack',
'haystack',
'rest_framework',
'sphinxdoc',
'commentaries',
......@@ -98,12 +98,12 @@ INSTALLED_APPS = (
'webpack_loader',
)
# HAYSTACK_CONNECTIONS = {
# 'default': {
# 'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine',
# 'PATH': 'local_files/haystack/',
# },
# }
HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine',
'PATH': 'local_files/haystack/',
},
}
SPHINXDOC_BASE_TEMPLATE = 'scipost/base.html'
SPHINXDOC_PROTECTED_PROJECTS = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment