Browse Source

Task Queue for Django -> Task Queue for Django/Python

Ask Solem 15 years ago
parent
commit
f65eef6510
2 changed files with 7 additions and 5 deletions
  1. 6 4
      README
  2. 1 1
      celery/__init__.py

+ 6 - 4
README

@@ -1,13 +1,15 @@
-=============================================
- celery - Distributed Task Queue for Django.
-=============================================
+===================================================
+ celery - Distributed Task Queue for Django/Python
+===================================================
 
 :Version: 0.6.0
 
 Introduction
 ============
 
-``celery`` is a distributed task queue framework for Django.
+**NOTE:** See the FAQ for information about using celery outside of Django.
+
+``celery`` is a distributed task queue framework for Django/Python.
 
 It is used for executing tasks *asynchronously*, routed to one or more
 worker servers, running concurrently using multiprocessing.

+ 1 - 1
celery/__init__.py

@@ -1,4 +1,4 @@
-"""Distributed Task Queue for Django"""
+"""Distributed Task Queue for Django/Python"""
 
 VERSION = (0, 6, 0)