forked from CGM_Public/pretix_original
Generalize pretixdroid settings UI
This commit is contained in:
@@ -6,14 +6,14 @@ from pretix import __version__ as version
|
||||
|
||||
class PretixdroidApp(AppConfig):
|
||||
name = 'pretix.plugins.pretixdroid'
|
||||
verbose_name = _("pretixdroid API")
|
||||
verbose_name = _("Check-in device API")
|
||||
|
||||
class PretixPluginMeta:
|
||||
name = _("pretixdroid API")
|
||||
name = _("Check-in device API")
|
||||
author = _("the pretix team")
|
||||
version = version
|
||||
visible = True
|
||||
description = _("This plugin allows you to use the pretixdroid Android app for your event.")
|
||||
description = _("This plugin allows you to use the pretixdroid and pretixdesk apps for your event.")
|
||||
|
||||
def ready(self):
|
||||
from . import signals # NOQA
|
||||
|
||||
Reference in New Issue
Block a user