mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Tests: ignore locale from pretix.cfg and default to en (#3167)
This commit is contained in:
committed by
GitHub
parent
e9b22b7d33
commit
3eceb33cfc
@@ -30,6 +30,7 @@ if os.path.exists('test/sqlite.cfg'):
|
||||
|
||||
from pretix.settings import * # NOQA
|
||||
|
||||
LANGUAGE_CODE = 'en'
|
||||
DATA_DIR = tmpdir.name
|
||||
LOG_DIR = os.path.join(DATA_DIR, 'logs')
|
||||
MEDIA_ROOT = os.path.join(DATA_DIR, 'media')
|
||||
|
||||
Reference in New Issue
Block a user