diff --git a/record/settings.py b/record/settings.py index fe485f5..e1ba6e5 100644 --- a/record/settings.py +++ b/record/settings.py @@ -78,10 +78,11 @@ TIME_ZONE = 'Asia/Yekaterinburg' USE_I18N = True -USE_L10N = True +USE_L10N = False USE_TZ = True +DATE_FORMAT = 'd/m/Y' # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/1.6/howto/static-files/