systemcode utf8
This commit is contained in:
parent
73f7f70aeb
commit
ce6ca177b6
Binary file not shown.
|
|
@ -16,6 +16,7 @@ import os
|
||||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
############################################## DEV #####################################
|
############################################## DEV #####################################
|
||||||
BASE_URL = "https://dev01.digitale-agentur.com/"
|
BASE_URL = "https://dev01.digitale-agentur.com/"
|
||||||
|
|
||||||
|
|
@ -144,7 +145,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
||||||
# https://docs.djangoproject.com/en/2.2/topics/i18n/
|
# https://docs.djangoproject.com/en/2.2/topics/i18n/
|
||||||
|
|
||||||
LANGUAGE_CODE = 'de'
|
LANGUAGE_CODE = 'de'
|
||||||
|
LANG="de_DE.UTF-8"
|
||||||
|
|
||||||
TIME_ZONE = 'CET'
|
TIME_ZONE = 'CET'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue