From ccef2a6f13b495b507d8b595c5c0b9083d7d0fac Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 23 Jan 2013 18:35:25 -0600 Subject: [PATCH] Settings file is pelicanconf.py now. --- pelican/plugins/related_posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/plugins/related_posts.py b/pelican/plugins/related_posts.py index c2765c3c..29c39435 100644 --- a/pelican/plugins/related_posts.py +++ b/pelican/plugins/related_posts.py @@ -13,7 +13,7 @@ To enable, add from pelican.plugins import related_posts PLUGINS = [related_posts] -to your settings.py. +to your settings's file pelicanconf.py . Usage -----