Mercurial > libervia-backend
diff frontends/src/jp/cmd_blog.py @ 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 | 58f25b274536 |
children | d3354c80bd1f |
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"'