Hello.
I have a question related how to create microservices with django.
That is, how to create asynchronous executions of the code with Django? My understanding is that django queues the requests and executes one after the other. How is it possible to multitask?
Creating different applications that run in parallel on the same operating system?