From f056d1ea06f6a6773898d0ba7754825b9ed26a80 Mon Sep 17 00:00:00 2001 From: Gregory Koberger Date: Fri, 30 Dec 2011 17:07:41 -0500 Subject: [PATCH] Run local tests as APP_PREVIEW=False --- settings_test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings_test.py b/settings_test.py index 36a5ba4e20..0cf1d8d1b0 100644 --- a/settings_test.py +++ b/settings_test.py @@ -55,3 +55,6 @@ SITE_URL = '' MOBILE_SITE_URL = '' CACHE_BACKEND = 'caching.backends.locmem://' + +# No more failures! +APP_PREVIEW = False