Изменил формат даты
@@ -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/