소스 검색

Added examples/README.rst

Ask Solem 15 년 전
부모
커밋
12ee359e8b
1개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  1. 22 0
      examples/README.rst

+ 22 - 0
examples/README.rst

@@ -0,0 +1,22 @@
+=================
+ Celery Examples
+=================
+
+
+* pythonproject
+
+Example Python project using celery.
+
+* django
+
+Example Django project using celery.
+
+* httpexample
+
+Example project using remote tasks (webhook tasks)
+
+* celery_http_gateway
+
+Example HTTP service exposing the ability to apply tasks and query the
+resulting status/return value.
+