diff --git a/orchestra/contrib/orchestration/management/commands/orchestrate.py b/orchestra/contrib/orchestration/management/commands/orchestrate.py index 36eed548..4b076f73 100644 --- a/orchestra/contrib/orchestration/management/commands/orchestrate.py +++ b/orchestra/contrib/orchestration/management/commands/orchestrate.py @@ -1,4 +1,5 @@ import time +from django.apps import apps from django.core.management.base import BaseCommand, CommandError from django.db.models import Q