forked from CGM_Public/pretix_original
Work around performance issue in vobject library
This commit is contained in:
@@ -25,3 +25,7 @@ from django.apps import AppConfig
|
||||
class PretixHelpersConfig(AppConfig):
|
||||
name = 'pretix.helpers'
|
||||
label = 'pretixhelpers'
|
||||
|
||||
def ready(self):
|
||||
from .monkeypatching import monkeypatch_all_at_ready
|
||||
monkeypatch_all_at_ready()
|
||||
|
||||
Reference in New Issue
Block a user