Activate or De-Activate Status in database through Ajax-JavaScript using Django (help) – Jquery ajax
I am trying to implement a function using Ajax-JavaScript in which when I click on Activate Option, the value in database for this field changes to 'Active' and is displayed on the HTML page as active with Activate Message. If…