On including the channels in my project (installed_apps), it has become synchronous. I'm using django 3.2.4. if I remove those channels and try, my django server is able to process multiple requests asynchronously(when I'm hitting from postman). Any kind of help will be appreciated.
Thanks in Advance!