forked from CGM_Public/pretix_original
Deprecate PluginType
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user