|
|
|
|
|
by mtberatwork
1907 days ago
|
|
> If you ever need something to happen as a response to an event which is not a web request, Django makes this difficult and ugly. You are a bit vague but this is where message/task queues (e.g. Celery + a broker) come into play. Celery integrates with Django quite nicely. |
|