mirror of
https://github.com/pretix/pretix.git
synced 2026-04-30 00:22:40 +00:00
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'))
|
||||
|
||||
INSTALLED_APPS = INSTALLED_APPS + (
|
||||
'tests.testdummy',
|
||||
)
|
||||
INSTALLED_APPS.append('tests.testdummy')
|
||||
|
||||
MEDIA_ROOT = os.path.join(TEST_DIR, 'media')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user