Generalize pretixdroid settings UI

This commit is contained in:
Raphael Michel
2018-01-06 22:45:32 +01:00
parent f054e700a2
commit f65f166ea6
9 changed files with 148 additions and 58 deletions

View File

@@ -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