Fixed #46 -- Added a plugin to send out emails

This commit is contained in:
Raphael Michel
2015-07-12 18:45:22 +02:00
parent e2215d2baa
commit 478b900ab3
11 changed files with 341 additions and 117 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ The plugin metadata lives inside a ``PretixPluginMeta`` class inside your app's
configuration class. The metadata class must define the following attributes:
``type`` (``pretix.base.plugins.PluginType``):
The type of plugin. Currently available: ``RESTRICTION``, ``PAYMENT``
The type of plugin. Currently available: ``RESTRICTION``, ``PAYMENT``,
``ADMINFEATURE``
``name`` (``str``):
The human-readable name of your plugin