/Django-Ajax-Example

Django Ajax Example

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Django Ajax Example

CRUD operations form basics for database operations at the backend. Conventional Django apps result in a page reload after HTTP methods such as 'POST' and 'GET'. To overcome this and to implementing more immersive User experience we can use Ajax along with JQuery for posting data to the server.