In django asynchronous view, multiple consecutive requests will not run?

How are you running your server?

Are you using Chrome? If so, is it possible that you’re running into this? Are calls to the SAME view synchronous? (You could try your same test using Firefox to determine that.)