mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Properly deprecate pretixdroid
This commit is contained in:
@@ -6,13 +6,14 @@ from pretix import __version__ as version
|
||||
|
||||
class PretixdroidApp(AppConfig):
|
||||
name = 'pretix.plugins.pretixdroid'
|
||||
verbose_name = _("Check-in device API")
|
||||
verbose_name = _("Old check-in device API")
|
||||
|
||||
class PretixPluginMeta:
|
||||
name = _("Check-in device API")
|
||||
name = _("Old check-in device API")
|
||||
author = _("the pretix team")
|
||||
version = version
|
||||
visible = True
|
||||
visible = False
|
||||
restricted = True
|
||||
category = 'INTEGRATION'
|
||||
description = _("This plugin allows you to use the pretixdroid and pretixdesk apps for your event.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user