Do not enable auto setup during tests

This commit is contained in:
Iacopo Spalletti 2016-09-03 22:23:16 +02:00
commit a74348df2b
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6
2 changed files with 7 additions and 0 deletions

View file

@ -96,6 +96,7 @@ HELPER_SETTINGS = dict(
HAYSTACK_CONNECTIONS={
'default': {}
},
BLOG_AUTO_SETUP=False,
)
try: