In my Django project i have a listing page for all customers. On that page all customers list shows, i have a filed is_active there. I if i click on change status button ( every row of customer listing page have a change status button) is_active field become false without reloading my listing page.and when i again clcik on change status button it turn True.Please help me by giving a sample code for it. MY listing page is as follows-In my Django project i have a listing page for