Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
8770eba6
Commit
8770eba6
authored
Jan 08, 2014
by
Kostas Papadimitriou
Browse files
synnefo: Enforce locmem as default cache backend in test settings
parent
b9283af4
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-common/synnefo/settings/test.py
View file @
8770eba6
...
...
@@ -6,6 +6,8 @@ from synnefo.settings import *
DEBUG
=
False
TEST
=
True
CACHE_BACKEND
=
os
.
environ
.
get
(
'SNF_TEST_CACHE_BACKEND'
,
'locmem://'
)
DATABASES
=
{
'default'
:
{
'ENGINE'
:
'django.db.backends.sqlite3'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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