Files
django-q2/django_q/__init__.py
T
Ilan Steemers 831427bcc0 Upped version to 0.2.1
adds support for django-redis connections
2015-07-06 13:52:03 +02:00

7 lines
158 B
Python

from .tasks import async, schedule, result, fetch
from .models import Task, Schedule
VERSION = (0, 2, 1)
default_app_config = 'django_q.apps.DjangoQConfig'