Skip to content

Django Ajax Tutorial | Form Submission | Database | JSON Response | Explained with Example

Notifications You must be signed in to change notification settings

akjasim/cb_django_ajax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Ajax Tutorial | Form Submission | Database | JSON Response | Explained with Example

Malayalam Version : https://youtu.be/MurqKp8vT60

In this video, I'm gonna be showing you how to use Ajax with Django. We will do form submission with jQuery Ajax and will use JSON Response at the backend along with saving the object to database. We will use Django forms to make things easier along with django crispy forms. All of this is done with a practical example.

~ Code Band

Please don't forget to subscribe Code Band.. :)

jQuery CDN Snippet:

<script
        src="https://code.jquery.com/jquery-3.5.0.min.js"
        integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ="
        crossorigin="anonymous"></script>

Project Files : https://github.com/akjasim/cb_django_ajax

Ajax Docs : https://api.jquery.com/jquery.ajax/

Other videos in Code Band:

Malayalam | How to Deploy Django Project on Heroku for Free : https://youtu.be/Tf9GKC9NlnE

Generic Class Based Views in Django | Introduction & Create View in Django | Learn by Example | CRUD : https://youtu.be/RBKjarWdUq4

Custom Model Manager & Model QuerySet in Django : https://youtu.be/zQpYokJN34s

Connect Django with MySQL : https://youtu.be/RCbRjacna20

Render Django Form Manually : Make Custom Form with Form Validations - https://youtu.be/PMRalI2M3SY

Instagram Automation using Python : https://youtu.be/5pIqwVSNzX4

Top 5 Programming Languages to Learn in 2020 : https://youtu.be/WM0WCMpYCx0

:) You Can Find Me On:

My Website - https://jasim.tech/

Linkedin - https://in.linkedin.com/in/akjasim

Github - https://github.com/akjasim/

Facebook - https://www.facebook.com/jasimakjasim

Twitter - https://twitter.com/akjasim

Instagram - https://www.instagram.com/jasim_ak/

About

Django Ajax Tutorial | Form Submission | Database | JSON Response | Explained with Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages