Bläddra i källkod

Generate README.rst

Ask Solem 15 år sedan
förälder
incheckning
2c985c4700
2 ändrade filer med 7 tillägg och 7 borttagningar
  1. 6 6
      README.rst
  2. 1 1
      docs/introduction.rst

+ 6 - 6
README.rst

@@ -2,7 +2,7 @@
  celery - Distributed Task Queue
  celery - Distributed Task Queue
 =================================
 =================================
 
 
-:Version: 0.8.0
+:Version: 0.8.1
 
 
 Introduction
 Introduction
 ============
 ============
@@ -208,11 +208,11 @@ You only need three simple steps to use celery with your Django project.
     3. Configure celery to use the AMQP user and virtual host we created
     3. Configure celery to use the AMQP user and virtual host we created
         before, by adding the following to your ``settings.py``::
         before, by adding the following to your ``settings.py``::
 
 
-            AMQP_SERVER = "localhost"
-            AMQP_PORT = 5672
-            AMQP_USER = "myuser"
-            AMQP_PASSWORD = "mypassword"
-            AMQP_VHOST = "myvhost"
+            BROKER_HOST = "localhost"
+            BROKER_PORT = 5672
+            BROKER_USER = "myuser"
+            BROKER_PASSWORD = "mypassword"
+            BROKER_VHOST = "myvhost"
 
 
 
 
 That's it.
 That's it.

+ 1 - 1
docs/introduction.rst

@@ -2,7 +2,7 @@
  celery - Distributed Task Queue
  celery - Distributed Task Queue
 =================================
 =================================
 
 
-:Version: 0.8.0
+:Version: 0.8.1
 
 
 Introduction
 Introduction
 ============
 ============