From e18324604599e27af4526d75ea5aabcfa100244f Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Wed, 1 Apr 2020 16:47:05 -0500 Subject: [PATCH] add django + celery resource --- content/pages/04-web-development/28-celery.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/pages/04-web-development/28-celery.markdown b/content/pages/04-web-development/28-celery.markdown index d0c263a83..5a614855c 100644 --- a/content/pages/04-web-development/28-celery.markdown +++ b/content/pages/04-web-development/28-celery.markdown @@ -176,6 +176,9 @@ web framework of your choice. for transient states in your application that are not covered by the default Celery configuration. +* [Asynchronous Tasks with Django and Celery](https://testdriven.io/blog/django-and-celery/) + looks at how to configure Celery to handle long-running tasks in a + Django app. ### Celery deployment resources Celery and its broker run separately from your web and WSGI servers so it