How to fetch data from the database in Django on clicking submit? – Jquery ajax
I need to get database objects on the HTML only when the the SUBMIT is clicked and not on page load. I currently have an AJAX script running on the same form where it returns the text entered in textbox…