Mercurial > hg > Blog
changeset 39:e6872b8d42e2
do not genereate captchas: the comments script sends comment notification mails now
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 30 Sep 2014 03:30:03 +0200 |
parents | 96084c11584a (current diff) ee16c7218357 (diff) |
children | 74d42171a531 |
files | pelicanconf.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pelicanconf.py Mon Sep 01 04:16:11 2014 +0200 +++ b/pelicanconf.py Tue Sep 30 03:30:03 2014 +0200 @@ -10,9 +10,9 @@ TIMEZONE = 'Europe/Berlin' TYPOGRIFY = True -PLUGIN_PATHS = [ '../simple_comments' ] -#PLUGINS = [ 'simple_comments', 'pelicaptcha' ] -PLUGINS = [ 'simple_comments' ] +PLUGIN_PATHS = ['../simple_comments'] +#PLUGINS = ['simple_comments', 'pelicaptcha'] +PLUGINS = ['simple_comments'] # simple_comments plugin config COMMENT_PATH = 'comments'