소스 검색

Starting updating the README

Ask Solem 16 년 전
부모
커밋
85fbf00574
1개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 12 1
      README.rst

+ 12 - 1
README.rst

@@ -90,7 +90,18 @@ by doing the following,::
 Usage
 =====
 
-Have to write a cool tutorial, but here is some simple usage info.
+Installing RabbitMQ
+-------------------
+
+
+Configuring your Django project
+-------------------------------
+
+Running the celery worker daemon
+--------------------------------
+
+Defining and executing tasks
+----------------------------
 
 *Note* You need to have a AMQP message broker running, like `RabbitMQ`_,
 and you need to have the amqp server setup in your settings file, as described