Fixed test settings

This commit is contained in:
Raphael Michel
2015-11-12 18:58:11 +01:00
parent 09907ee367
commit 778ca10676

View File

@@ -4,9 +4,7 @@ TEST_DIR = os.path.dirname(__file__)
TEMPLATES[0]['DIRS'].append(os.path.join(TEST_DIR, 'templates'))
INSTALLED_APPS = INSTALLED_APPS + (
'tests.testdummy',
)
INSTALLED_APPS.append('tests.testdummy')
MEDIA_ROOT = os.path.join(TEST_DIR, 'media')