comparison pelicanconf.py @ 75:ab417a6e0b05 pelican_comment_system

fix the import path of the plugin
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 06 Jan 2016 16:06:59 +0100
parents c2b99e876559
children e99db3bc53c1
comparison
equal deleted inserted replaced
74:8de1cc117d89 75:ab417a6e0b05
10 DEFAULT_LANG = u'de' 10 DEFAULT_LANG = u'de'
11 TIMEZONE = 'Europe/Berlin' 11 TIMEZONE = 'Europe/Berlin'
12 DEFAULT_DATE_FORMAT = u'%d.%m.%Y' 12 DEFAULT_DATE_FORMAT = u'%d.%m.%Y'
13 TYPOGRIFY = True 13 TYPOGRIFY = True
14 14
15 PLUGIN_PATHS = ['../pelican-plugins/pelican_comment_system'] 15 PLUGIN_PATHS = ['../pelican-plugins']
16 PLUGINS = ['pelican_comment_system'] 16 PLUGINS = ['pelican_comment_system']
17 17
18 # pelican_comment_system plugin config 18 # pelican_comment_system plugin config
19 PELICAN_COMMENT_SYSTEM = True 19 PELICAN_COMMENT_SYSTEM = True
20 20