Files
django-q2/django_q/__init__.py
2021-05-07 17:21:04 +02:00

7 lines
123 B
Python

VERSION = (1, 3, 6)
default_app_config = "django_q.apps.DjangoQConfig"
__all__ = ["conf", "cluster", "models", "tasks"]