Mercurial > hg > Blog
comparison pelicanconf.py @ 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 ee16c7218357 |
children | 51d2ddc51e40 |
comparison
equal
deleted
inserted
replaced
36:96084c11584a | 39:e6872b8d42e2 |
---|---|
8 | 8 |
9 LOCALE = 'de_DE' | 9 LOCALE = 'de_DE' |
10 TIMEZONE = 'Europe/Berlin' | 10 TIMEZONE = 'Europe/Berlin' |
11 TYPOGRIFY = True | 11 TYPOGRIFY = True |
12 | 12 |
13 PLUGIN_PATHS = [ '../simple_comments' ] | 13 PLUGIN_PATHS = ['../simple_comments'] |
14 #PLUGINS = [ 'simple_comments', 'pelicaptcha' ] | 14 #PLUGINS = ['simple_comments', 'pelicaptcha'] |
15 PLUGINS = [ 'simple_comments' ] | 15 PLUGINS = ['simple_comments'] |
16 | 16 |
17 # simple_comments plugin config | 17 # simple_comments plugin config |
18 COMMENT_PATH = 'comments' | 18 COMMENT_PATH = 'comments' |
19 | 19 |
20 # pelicaptcha plugin config | 20 # pelicaptcha plugin config |