Allow to disable plugins system-wide

This commit is contained in:
Raphael Michel
2018-08-19 15:12:58 +02:00
parent 625ef3da8a
commit 0e1159b01e
4 changed files with 10 additions and 1 deletions

View File

@@ -53,6 +53,10 @@ Example::
A comma-separated list of plugins that are enabled by default for all new events.
Defaults to ``pretix.plugins.sendmail,pretix.plugins.statistics``.
``plugins_exclude``
A comma-separated list of plugins that are not available even though they are installed.
Defaults to an empty string.
``cookie_domain``
The cookie domain to be set. Defaults to ``None``.