Таблица посетителей

Изменил формат даты
This commit is contained in:
2015-07-29 23:52:53 +05:00
parent 8fa6f6112d
commit 9ef0d2557b

View File

@@ -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/