|
@@ -43,17 +43,19 @@ databases (using `SQLAlchemy`_ or the `Django ORM`_) is also available.
|
|
|
Celery is easy to integrate with web frameworks, some of which even have
|
|
|
integration packages:
|
|
|
|
|
|
- +-----------------+------------------------+
|
|
|
- | `Django`_ | `django-celery`_ |
|
|
|
- +-----------------+------------------------+
|
|
|
- | `Pyramid`_ | `pyramid_celery`_ |
|
|
|
- +-----------------+------------------------+
|
|
|
- | `Pylons`_ | `celery-pylons`_ |
|
|
|
- +-----------------+------------------------+
|
|
|
- | `Flask`_ | `flask-celery`_ |
|
|
|
- +-----------------+------------------------+
|
|
|
- | `web2py`_ | `web2py-celery`_ |
|
|
|
- +-----------------+------------------------+
|
|
|
+ +--------------------+------------------------+
|
|
|
+ | `Django`_ | `django-celery`_ |
|
|
|
+ +--------------------+------------------------+
|
|
|
+ | `Pyramid`_ | `pyramid_celery`_ |
|
|
|
+ +--------------------+------------------------+
|
|
|
+ | `Pylons`_ | `celery-pylons`_ |
|
|
|
+ +--------------------+------------------------+
|
|
|
+ | `Flask`_ | `flask-celery`_ |
|
|
|
+ +--------------------+------------------------+
|
|
|
+ | `web2py`_ | `web2py-celery`_ |
|
|
|
+ +--------------------+------------------------+
|
|
|
+ | `tornado-celery`_ | `tornado-celery`_ |
|
|
|
+ +--------------------+------------------------+
|
|
|
|
|
|
.. _`RCelery`: http://leapfrogdevelopment.github.com/rcelery/
|
|
|
.. _`PHP client`: https://github.com/gjedeer/celery-php
|
|
@@ -78,6 +80,7 @@ integration packages:
|
|
|
.. _`celery-pylons`: http://pypi.python.org/pypi/celery-pylons
|
|
|
.. _`flask-celery`: http://github.com/ask/flask-celery/
|
|
|
.. _`web2py-celery`: http://code.google.com/p/web2py-celery/
|
|
|
+.. _`tornado-celery`: http://github.com/mher/tornado-celery/
|
|
|
.. _`operate with other languages using webhooks`:
|
|
|
http://ask.github.com/celery/userguide/remote-tasks.html
|
|
|
.. _`limited support`:
|