Posts tagged with "django"
There are a total of 49 posts.
In-depth Exploration of Celery's apply_async() and Its Relationship with delay()
Published Jun 18, 2025 by whitedec
An in-depth analysis of the differences between delay() and apply_async() in Celery, along with advanced asynchronous task control methods utilizing various pa…
#django , #celery , #delay() , #python asynchronous , #apply_async()
The Magic of Celery: Unveiling the `delay()` Function
Published Jun 13, 2025 by whitedec
Uncover the secrets of the Celery delay() method! Discover how the delay() function enhances your asynchronous tasks smartly and explore practical applications…
#django , #celery , #delay() , #task queue , #background tasks , #asynchronous processing , #distributed processing , #python asynchronous
Exploring Class-Based Views (CBV) Series ⑧ - Deep Dive into Pagination and Search Functionality – Extending ListView
Published Jun 13, 2025 by whitedec
This post introduces practical strategies for implementing pagination, search, and sorting functionalities by extending Django ListView, enhancing user experie…
#django , #python , #listview , #pagination , #searchview , #sorting , #cbv advanced , #extending generic view