mirror of
https://github.com/adulau/photoblog.git
synced 2024-11-21 17:37:06 +00:00
Migration to version 8.0
This commit is contained in:
parent
d0eecff1c7
commit
bf0c7ff33c
1 changed files with 4 additions and 2 deletions
6
conf.py
6
conf.py
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue