Migration to version 8.0

This commit is contained in:
Alexandre Dulaunoy 2018-09-23 13:06:04 +02:00
parent d0eecff1c7
commit bf0c7ff33c
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -184,8 +184,8 @@ TIMEZONE = "UTC+2"
# Date format used to display post dates. # Date format used to display post dates.
# (str used by datetime.datetime.strftime) # (str used by datetime.datetime.strftime)
DATE_FORMAT = '%Y-%m-%d' #DATE_FORMAT = '%Y-%m-%d'
DATE_FORMAT = 'YYYY-MM-dd'
# While nikola can select a sensible locale for each language, # While nikola can select a sensible locale for each language,
# sometimes explicit control can come handy. # sometimes explicit control can come handy.
# In this file we express locales in the string form that # In this file we express locales in the string form that
@ -838,6 +838,8 @@ LOGGING_HANDLERS = {
# } # }
} }
IMAGE_FOLDERS = {'images': '.' }
# Templates will use those filters, along with the defaults. # Templates will use those filters, along with the defaults.
# Consult your engine's documentation on filters if you need help defining # Consult your engine's documentation on filters if you need help defining
# those. # those.