summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index e1c9e85..3a7db39 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/".