Преглед изворни кода

Adding CELERY_IMPORTS to the documentation.

Jason Baker пре 15 година
родитељ
комит
1424799eba
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      docs/configuration.rst

+ 5 - 0
docs/configuration.rst

@@ -334,6 +334,11 @@ Task execution settings
 
     Default is ``pickle``.
 
+* CELERY_IMPORTS
+    A sequence of modules to import when the celery daemon starts.  This is
+    useful to add tasks if you are not using django or cannot use task
+    autodiscovery.
+
 Logging settings
 ================