Remove pretixdroid code

This commit is contained in:
Raphael Michel
2020-10-06 18:27:53 +02:00
parent 13eabdd7f4
commit fa2222e629
11 changed files with 16 additions and 784 deletions

View File

@@ -17,8 +17,5 @@ class PretixdroidApp(AppConfig):
category = 'INTEGRATION'
description = _("This plugin allows you to use the pretixdroid and pretixdesk apps for your event.")
def ready(self):
from . import signals # NOQA
default_app_config = 'pretix.plugins.pretixdroid.PretixdroidApp'