Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
1911:3b75ab26f09b | 1912:c38bcc0343b6 |
---|---|
56 | 56 |
57 CONF_SYNTAX_EXT = 'syntax_ext_dict' | 57 CONF_SYNTAX_EXT = 'syntax_ext_dict' |
58 BLOG_TMP_DIR="blog" | 58 BLOG_TMP_DIR="blog" |
59 METADATA_SUFF = '_metadata.json' | 59 METADATA_SUFF = '_metadata.json' |
60 # key to remove from metadata tmp file if they exist | 60 # key to remove from metadata tmp file if they exist |
61 KEY_TO_REMOVE_METADATA = ('id','content', 'content_xhtml', 'comments_node', 'comments_service') | 61 KEY_TO_REMOVE_METADATA = ('id','content', 'content_xhtml', 'comments_node', 'comments_service', 'updated') |
62 | 62 |
63 URL_REDIRECT_PREFIX = 'url_redirect_' | 63 URL_REDIRECT_PREFIX = 'url_redirect_' |
64 INOTIFY_INSTALL = '"pip install inotify"' | 64 INOTIFY_INSTALL = '"pip install inotify"' |
65 | 65 |
66 | 66 |