Django with Ajax, a modern client-server communication practise
Intro We all know that Django is a powerful framework. Many of us deals with posting data from a HTML form to a Django view and process it. You should have never cared of Ajax way of posting the data. Some of you tried AJAX but faced few painful intros to setup a perfectly running […]