From 55737cf247f63486449b55ff4e724fbf95141e3c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 12 Jan 2017 21:41:25 +0000 Subject: [PATCH] Added missing import --- .../contrib/orchestration/management/commands/orchestrate.py | 1 + 1 file changed, 1 insertion(+) 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