Deprecate PluginType

This commit is contained in:
Raphael Michel
2016-11-03 11:33:00 +01:00
parent ad35110166
commit 0b167aaa2c
12 changed files with 11 additions and 35 deletions

View File

@@ -1,14 +1,11 @@
from django.apps import AppConfig
from pretix.base.plugins import PluginType
class TestDummyApp(AppConfig):
name = 'tests.testdummy'
verbose_name = '.testdummy'
class PretixPluginMeta:
type = PluginType.RESTRICTION
name = '.testdummy'
version = '1.0.0'