Files
django-q2/django_q/__init__.py
2020-02-18 20:24:38 +01:00

7 lines
123 B
Python

VERSION = (1, 2, 1)
default_app_config = 'django_q.apps.DjangoQConfig'
__all__ = ['conf', 'cluster', 'models', 'tasks']