Added missing import
This commit is contained in:
parent
1dc449fcfb
commit
55737cf247
|
@ -1,4 +1,5 @@
|
||||||
import time
|
import time
|
||||||
|
from django.apps import apps
|
||||||
from django.core.management.base import BaseCommand, CommandError
|
from django.core.management.base import BaseCommand, CommandError
|
||||||
from django.db.models import Q
|
from django.db.models import Q
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue