Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
simondlr committed Jun 5, 2012
1 parent 8ee5322 commit 41fa3de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Django, Celery and Rabbitmq example ##

Basic example that shows how to interact with django, celery and rabbitmq to process jobs.

Example mostly based on [django-celery's](https://github.com/ask/django-celery/tree/master/examples) example.


11 changes: 0 additions & 11 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,8 @@

## Celery config ##

#BROKER_HOST = "localhost"

#BROKER_PORT = 5672
#BROKER_USER = "myuser"
#BROKER_PASSWORD = "mypassword"

#BROKER_VHOST = "myvhost"

BROKER_URL = "amqp://guest:guest@localhost:5672//"

#BROKER_URL = "django://"
#BROKER_BACKEND = "djkombu.transport.DatabaseTransport"

## END config ##

DEBUG = True
Expand Down

0 comments on commit 41fa3de

Please sign in to comment.