From caf64911e150d7953fd8f9d8c19c4a2a0bbc78d6 Mon Sep 17 00:00:00 2001 From: Xavier Ordoquy Date: Sat, 28 Feb 2015 16:01:54 +0100 Subject: [PATCH] Fix the build for the django master. --- conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conftest.py b/conftest.py index b5b6aa17..f333890a 100644 --- a/conftest.py +++ b/conftest.py @@ -30,6 +30,7 @@ INSTALLED_APPS = [ 'django.contrib.contenttypes', 'raven.contrib.django', + 'tests.contrib.django', ]