How to perform an Ajax request in Django Posted on September 22, 2016 by Serdar Osman Onur Ajax request are everywhere in modern web applications. No matter which platform you are using for development, the main scheme is always the same. You send a request to a server side method using JavaScript, jQuery etc. and server processesRead More How to perform an Ajax request in Django