Asunc in rest framework. | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuesta
+ 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