Mercurial > libervia-backend
changeset 1912:c38bcc0343b6
jp (blog): added "updated" to keys to keys to remove from tmp metadata
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 15 Mar 2016 16:25:42 +0100 |
parents | 3b75ab26f09b |
children | ee1125fffba8 |
files | frontends/src/jp/cmd_blog.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/frontends/src/jp/cmd_blog.py Fri Mar 11 16:39:39 2016 +0100 +++ b/frontends/src/jp/cmd_blog.py Tue Mar 15 16:25:42 2016 +0100 @@ -58,7 +58,7 @@ BLOG_TMP_DIR="blog" METADATA_SUFF = '_metadata.json' # key to remove from metadata tmp file if they exist -KEY_TO_REMOVE_METADATA = ('id','content', 'content_xhtml', 'comments_node', 'comments_service') +KEY_TO_REMOVE_METADATA = ('id','content', 'content_xhtml', 'comments_node', 'comments_service', 'updated') URL_REDIRECT_PREFIX = 'url_redirect_' INOTIFY_INSTALL = '"pip install inotify"'