mirror of
https://github.com/pretix/pretix.git
synced 2026-04-28 00:02:37 +00:00
Fix migration monkeypatching
This commit is contained in:
committed by
Raphael Michel
parent
946e7f5b88
commit
a452701414
@@ -36,8 +36,9 @@ from django.core.management.commands.makemigrations import Command as Parent
|
||||
|
||||
from ._migrations import monkeypatch_migrations
|
||||
|
||||
monkeypatch_migrations()
|
||||
|
||||
|
||||
class Command(Parent):
|
||||
pass
|
||||
|
||||
def handle(self, *args, **kwargs):
|
||||
monkeypatch_migrations()
|
||||
return super().handle(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user