Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
Respect My Net
Commits
17c3e180
Commit
17c3e180
authored
Feb 10, 2016
by
Okhin
Browse files
There was a typo in the setting file
parent
b6f655bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
nnmon/settings.py
View file @
17c3e180
...
...
@@ -206,7 +206,7 @@ DEFAULT_FROM_EMAIL = 'nnmon@nnmon.lqdn.fr'
HAYSTACK_CONNECTIONS
=
{
'default'
:
{
'ENGINE'
:
'haystack.backends.whoosh_backend.WhooshEngine'
,
'PATH'
:
os
.
path
.
join
(
os
.
path
.
dirnam
(
__file__
),
'whoosh_index'
),
'PATH'
:
os
.
path
.
join
(
os
.
path
.
dirnam
e
(
__file__
),
'whoosh_index'
),
},
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment