Skip to content

sureshmelvinsigera/Django-Ajax-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.