1
0
Fork 0
forked from github/pelican

Settings file is pelicanconf.py now.

This commit is contained in:
Eric 2013-01-23 18:35:25 -06:00 committed by Alexis Métaireau
commit ccef2a6f13

View file

@ -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
-----