|
|
|
|
|
by gaborcselle
6215 days ago
|
|
The way I understand this, Celery is that binding glue between the Django a message queue (RabbitMQ), and cronjobs. I.e. you could swap out Django for CGI, and the ORM with SQLAlchemy, but then you might as well start from scratch. |
|