set default locale to en-us to avoid translated migrations

This commit is contained in:
Jan Dittberner 2015-01-04 17:56:38 +01:00
parent 0a17528c0c
commit ab50907b97

View file

@ -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