From 50854bfa5457cd63d796bb4a46f01319464e1a77 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Mon, 1 Jul 2013 01:10:53 +0200 Subject: [PATCH] Disable south during tests (for Python 3.2). --- example_project/example_project/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example_project/example_project/settings.py b/example_project/example_project/settings.py index 3d9b32f..1229e58 100644 --- a/example_project/example_project/settings.py +++ b/example_project/example_project/settings.py @@ -24,6 +24,8 @@ } } +SOUTH_TESTS_MIGRATE = False + # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # although not all choices may be available on all operating systems.