From 4ca5e13ff173d7a9dfb2838347d7e3c4cd430955 Mon Sep 17 00:00:00 2001 From: Alex Barcelo Date: Tue, 22 Dec 2015 11:27:07 +0100 Subject: [PATCH] missed the real tests module location, sorry about that --- quicktest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quicktest.py b/quicktest.py index 723605a7..c3170bc5 100644 --- a/quicktest.py +++ b/quicktest.py @@ -90,7 +90,7 @@ class QuickDjangoTest(object): }, INSTALLED_APPS = self.INSTALLED_APPS + self.apps, MIDDLEWARE_CLASSES = self.MIDDLEWARE_CLASSES, - ROOT_URLCONF = 'tests.urls', + ROOT_URLCONF = 'helpdesk.tests.urls', STATIC_URL = '/static/' )