Преглед на файлове

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.
+