chaging tests to aknowledge helpdesk namespace

This commit is contained in:
Alex Barcelo
2015-12-22 11:20:52 +01:00
parent f5ecb67b22
commit a741395ce5
4 changed files with 11 additions and 6 deletions

View File

@ -90,7 +90,7 @@ class QuickDjangoTest(object):
},
INSTALLED_APPS = self.INSTALLED_APPS + self.apps,
MIDDLEWARE_CLASSES = self.MIDDLEWARE_CLASSES,
ROOT_URLCONF = self.apps[0] + '.urls',
ROOT_URLCONF = 'tests.urls',
STATIC_URL = '/static/'
)