diff --git a/django_q/__init__.py b/django_q/__init__.py index c6305e3..9d412e1 100644 --- a/django_q/__init__.py +++ b/django_q/__init__.py @@ -7,6 +7,7 @@ sys.path.insert(0, myPath) from .tasks import async, schedule, result, result_group, fetch, fetch_group, count_group, delete_group from .models import Task, Schedule, Success, Failure from .cluster import Cluster +from .monitor import Stat VERSION = (0, 4, 0)