I18N zapnuta

This commit is contained in:
Bc. Petr Pecha 2015-07-01 11:05:11 +02:00
parent 58301b8b44
commit 93bc61607c
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ APPEND_SLASH = False
LANGUAGE_CODE = 'cs'
TIME_ZONE = 'Europe/Prague'
USE_I18N = False
USE_I18N = True
USE_L10N = True
USE_TZ = True

View file

@ -5,7 +5,7 @@ from django.contrib import admin
from django.conf import settings
from django.views.generic.base import TemplateView
urlpatterns = i18n_patterns('',
urlpatterns = patterns('',
# Admin a nastroje
url(r'^admin/', include(admin.site.urls)), # NOQA