forked from CGM_Public/pretix_original
Fixed test settings
This commit is contained in:
@@ -4,9 +4,7 @@ TEST_DIR = os.path.dirname(__file__)
|
|||||||
|
|
||||||
TEMPLATES[0]['DIRS'].append(os.path.join(TEST_DIR, 'templates'))
|
TEMPLATES[0]['DIRS'].append(os.path.join(TEST_DIR, 'templates'))
|
||||||
|
|
||||||
INSTALLED_APPS = INSTALLED_APPS + (
|
INSTALLED_APPS.append('tests.testdummy')
|
||||||
'tests.testdummy',
|
|
||||||
)
|
|
||||||
|
|
||||||
MEDIA_ROOT = os.path.join(TEST_DIR, 'media')
|
MEDIA_ROOT = os.path.join(TEST_DIR, 'media')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user