We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85c503 commit 48a675bCopy full SHA for 48a675b
celery_haystack/__init__.py
@@ -1,5 +1,9 @@
1
__version__ = '0.10'
2
3
4
+# this is not a django AppConfig object and therefore needs to be imported here so other tasks can subclass CeleryHaystackSignalHandler
5
+from .conf import CeleryHaystack
6
+
7
8
def version_hook(config):
9
config['metadata']['version'] = __version__
0 commit comments