sureshmelvinsigera / Django-Ajax-Example

Django Ajax Example

Home Page:https://www.bestofpython.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Django Ajax Example

https://www.bestofpython.com/

License:GNU General Public License v3.0


Languages

Language:Python 48.1%Language:HTML 28.2%Language:JavaScript 23.6%