systemcode utf8

This commit is contained in:
holger.trampe 2020-04-19 21:02:24 +02:00
parent 73f7f70aeb
commit ce6ca177b6
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ import os
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
############################################## DEV #####################################
BASE_URL = "https://dev01.digitale-agentur.com/"
@ -144,7 +145,7 @@ AUTH_PASSWORD_VALIDATORS = [
# https://docs.djangoproject.com/en/2.2/topics/i18n/
LANGUAGE_CODE = 'de'
LANG="de_DE.UTF-8"
TIME_ZONE = 'CET'