updated to django 3

This commit is contained in:
vabene1111 2019-12-08 13:07:02 +01:00
parent 07904d31a7
commit 88ce2b9495
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
{% load i18n %}
<html>

View File

@ -119,7 +119,7 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization
# https://docs.djangoproject.com/en/2.0/topics/i18n/
LANGUAGE_CODE = 'DE-de'
LANGUAGE_CODE = 'de'
TIME_ZONE = 'Europe/Berlin'