فهرست منبع

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
 ================