README.rst 351 B

12345678910111213141516171819202122
  1. =================
  2. Celery Examples
  3. =================
  4. * pythonproject
  5. Example Python project using celery.
  6. * django
  7. Example Django project using celery.
  8. * httpexample
  9. Example project using remote tasks (webhook tasks)
  10. * celery_http_gateway
  11. Example HTTP service exposing the ability to apply tasks and query the
  12. resulting status/return value.