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