Asunc in rest framework. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Asunc in rest framework.

Is it possible to somehow use asynchrony in the rest framework? are there ways? for example with celery or similar libraries

29th Sep 2023, 12:48 PM
Anonim
1 Réponse
+ 1
Yes, you can introduce asynchronous behavior in Django Rest Framework (DRF). Celery is a popular choice for handling asynchronous tasks in Django applications.
29th Sep 2023, 1:00 PM
D1M3
D1M3 - avatar