mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-25 05:18:11 +08:00
fixed relative import
This commit is contained in:
@@ -3,8 +3,7 @@ from django.core.management.base import BaseCommand
|
||||
from django.utils.translation import ugettext as _
|
||||
|
||||
|
||||
from ...monitor import monitor
|
||||
|
||||
from django_q.monitor import monitor
|
||||
|
||||
class Command(BaseCommand):
|
||||
# Translators: help text for qmonitor management command
|
||||
|
||||
Reference in New Issue
Block a user