mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-24 05:28:11 +08:00
11 lines
256 B
Python
11 lines
256 B
Python
"""
|
|
A multiprocessing task queue application for Django
|
|
Author: Ilan Steemers (koed00@gmail.com
|
|
Github: https://github.com/Koed00/django-q
|
|
"""
|
|
|
|
from .main import Cluster, async, SignedPackage, Stat
|
|
|
|
|
|
default_app_config = 'django_q.apps.SessionAdminConfig'
|