mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
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