Browse Source

Add celery_tryton integration on framework list (#4446)

Sergi Almacellas Abellana 7 years ago
parent
commit
63c7478896
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/getting-started/introduction.rst

+ 3 - 0
docs/getting-started/introduction.rst

@@ -227,6 +227,8 @@ integration packages:
     +--------------------+------------------------+
     | `Tornado`_         | :pypi:`tornado-celery` |
     +--------------------+------------------------+
+    | `Tryton`_          | :pypi:`celery_tryton`  |
+    +--------------------+------------------------+
 
 For `Django`_ see :ref:`django-first-steps`.
 
@@ -241,6 +243,7 @@ database connections at :manpage:`fork(2)`.
 .. _`Bottle`: https://bottlepy.org/
 .. _`Pyramid`: http://docs.pylonsproject.org/en/latest/docs/pyramid.html
 .. _`Tornado`: http://www.tornadoweb.org/
+.. _`Tryton`: http://www.tryton.org/
 .. _`tornado-celery`: https://github.com/mher/tornado-celery/
 
 Quick Jump