فهرست منبع

Updated README text mentioning Django

Ask Solem 15 سال پیش
والد
کامیت
84a22ae4aa
2فایلهای تغییر یافته به همراه16 افزوده شده و 10 حذف شده
  1. 8 5
      README.rst
  2. 8 5
      docs/includes/introduction.txt

+ 8 - 5
README.rst

@@ -22,15 +22,18 @@ more worker servers. Tasks can execute asynchronously (in the background) or syn
 
 Celery is already used in production to process millions of tasks a day.
 
-Celery was originally created for use with Django, but this is no longer
-the case. If you want to use Celery in a Django project you need to use
-`django-celery`_. It can also `operate with other languages via webhooks`_.
+Celery is written in Python, but the protocol can be implemented in any
+language. It can also `operate with other languages using webhooks`_.
 
 The recommended message broker is `RabbitMQ`_, but support for Redis and
-databases is also available.
+databases (`SQLAlchemy`_) is also available.
 
+You may also be pleased to know that full Django integration exists
+via the `django-celery`_ package.
+
+.. _`SQLAlchemy`: http://www.sqlalchemy.org/
 .. _`django-celery`: http://pypi.python.org/pypi/django-celery
-.. _`operate with other languages via webhooks`:
+.. _`operate with other languages using webhooks`:
     http://ask.github.com/celery/userguide/remote-tasks.html
 
 Overview

+ 8 - 5
docs/includes/introduction.txt

@@ -18,15 +18,18 @@ more worker servers. Tasks can execute asynchronously (in the background) or syn
 
 Celery is already used in production to process millions of tasks a day.
 
-Celery was originally created for use with Django, but this is no longer
-the case. If you want to use Celery in a Django project you need to use
-`django-celery`_. It can also `operate with other languages via webhooks`_.
+Celery is written in Python, but the protocol can be implemented in any
+language. It can also `operate with other languages using webhooks`_.
 
 The recommended message broker is `RabbitMQ`_, but support for Redis and
-databases is also available.
+databases (`SQLAlchemy`_) is also available.
 
+You may also be pleased to know that full Django integration exists
+via the `django-celery`_ package.
+
+.. _`SQLAlchemy`: http://www.sqlalchemy.org/
 .. _`django-celery`: http://pypi.python.org/pypi/django-celery
-.. _`operate with other languages via webhooks`:
+.. _`operate with other languages using webhooks`:
     http://ask.github.com/celery/userguide/remote-tasks.html
 
 Overview