mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Ability to specify PLUGIN_PATH as list
PLUGIN_PATH added to settings table
This commit is contained in:
parent
06080dd873
commit
c386e29d0c
3 changed files with 14 additions and 5 deletions
|
|
@ -24,7 +24,7 @@ If your plugins are not in an importable path, you can specify a ``PLUGIN_PATH``
|
|||
in the settings. ``PLUGIN_PATH`` can be an absolute path or a path relative to
|
||||
the settings file::
|
||||
|
||||
PLUGIN_PATH = "plugins"
|
||||
PLUGIN_PATH = ["list", "of", plugins path"]
|
||||
PLUGINS = ["list", "of", "plugins"]
|
||||
|
||||
Where to find plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue