Edwin Ayabiemadvirus.hashnode.dev·Mar 25, 2023Scheduled Tasks in DjangoWhen building applications, the need for certain background tasks comes into place. Some of these tasks may be sending emails on a schedule, updating a model field or something else In Django, we have several options to settle this need but our main ...Discuss·11 likes·165 readscelery
SumitforFor Devs By Devsfor-devs-by-devs.hashnode.dev·Jan 1, 2023Reduce response time in Django ViewsMost of us might have faced the problem of our Django views running too slow with response times taking longer than 10 sec. Sometimes we might also get a HTTP 408 error meaning "The request was timed out" which makes the user experience worse. In som...Discuss·386 readsdjango-background-tasks