diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py index e1c9e853..3a7db393 100644 --- a/settings.py +++ b/settings.py @@ -33,6 +33,9 @@ USE_I18N = False # calendars according to the current locale USE_L10N = False +# Default date format in templates for 'date' filter +DATE_FORMAT = 'Y-m-d' + # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a # trailing slash. # Examples: "http://foo.com/media/", "/media/". |