mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
9 lines
169 B
Python
9 lines
169 B
Python
import django
|
|
|
|
VERSION = (1, 5, 1)
|
|
|
|
if django.VERSION < (3, 2):
|
|
default_app_config = "django_q.apps.DjangoQConfig"
|
|
|
|
__all__ = ["conf", "cluster", "models", "tasks"]
|