mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix for issue #428: Use PLUGIN_PATH properly
This commit is contained in:
parent
ea6b240541
commit
c2924402ad
3 changed files with 20 additions and 8 deletions
|
|
@ -24,7 +24,8 @@ Alternatively, another method is to import them and add them to the list::
|
|||
PLUGINS = [gravatar,]
|
||||
|
||||
If your plugins are not in an importable path, you can specify a ``PLUGIN_PATH``
|
||||
in the settings::
|
||||
in the settings. ``PLUGIN_PATH`` can be an absolute path or a path relative to
|
||||
the settings file::
|
||||
|
||||
PLUGIN_PATH = "plugins"
|
||||
PLUGINS = ["list", "of", "plugins"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue