Added a default set of active plugins

This commit is contained in:
Raphael Michel
2015-09-08 21:12:56 +02:00
parent 2ec4cbeceb
commit 6279540372
3 changed files with 13 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ Example::
cookiedomain=.pretix.de
securecookie=on
datadir=/data
plugins_default=pretix.plugins.sendmail,pretix.plugins.statistics
``instance_name``
The name of this installation. Default: ``pretix.de``
@@ -54,7 +55,12 @@ Example::
``datadir``
The local path to a data directory that will be used for storing user uploads and similar
data. Defaults to the value of the environment variable ``DATA_DIR`` or ``data``.
data. Defaults to thea value of the environment variable ``DATA_DIR`` or ``data``.
``plugins_default``
A comma-separated list of plugins that are enabled by default for all new events.
Defaults to ``pretix.plugins.sendmail,pretix.plugins.statistics``.
Locale settings
---------------