Commit c3259a517612d10d96f5a9ca016c4a4754daa397
1 parent
18dc6253
Exists in
master
and in
13 other branches
Adding custom highlighter
Showing
4 changed files
with
13 additions
and
0 deletions
Show diff stats
src/colab/custom_settings.py
@@ -15,6 +15,8 @@ LANGUAGES = ( | @@ -15,6 +15,8 @@ LANGUAGES = ( | ||
15 | 15 | ||
16 | LANGUAGE_CODE = 'pt-br' | 16 | LANGUAGE_CODE = 'pt-br' |
17 | 17 | ||
18 | +HAYSTACK_CUSTOM_HIGHLIGHTER = 'colab.utils.highlighting.ColabHighlighter' | ||
19 | + | ||
18 | HAYSTACK_CONNECTIONS = { | 20 | HAYSTACK_CONNECTIONS = { |
19 | 'default': { | 21 | 'default': { |
20 | 'ENGINE': 'haystack.backends.solr_backend.SolrEngine', | 22 | 'ENGINE': 'haystack.backends.solr_backend.SolrEngine', |
src/static/css/screen.css