set default locale to en-us to avoid translated migrations
This commit is contained in:
parent
0a17528c0c
commit
ab50907b97
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ DATABASES = {
|
|||
TIME_ZONE = 'Europe/Berlin'
|
||||
|
||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#language-code
|
||||
LANGUAGE_CODE = 'de-de'
|
||||
LANGUAGE_CODE = 'en-us'
|
||||
|
||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#site-id
|
||||
SITE_ID = 1
|
||||
|
|
Loading…
Reference in a new issue