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
1 Odpowiedź
+ 1
Yes, you can introduce asynchronous behavior in Django Rest Framework (DRF). Celery is a popular choice for handling asynchronous tasks in Django applications.