Browse Source

Adds tornado-celery into the intagration list

Mher Movsisyan 12 years ago
parent
commit
f4e9d0ff6b
2 changed files with 28 additions and 22 deletions
  1. 14 11
      README.rst
  2. 14 11
      docs/includes/introduction.txt

+ 14 - 11
README.rst

@@ -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`:

+ 14 - 11
docs/includes/introduction.txt

@@ -37,17 +37,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
@@ -72,6 +74,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`: