소스 검색

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``.
     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
 Logging settings
 ================
 ================