Added missing import

This commit is contained in:
root 2017-01-12 21:41:25 +00:00
parent 1dc449fcfb
commit 55737cf247
1 changed files with 1 additions and 0 deletions

View File

@ -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