Python Django Tutorial Part 8 | API | Ajax | Dynamic Input | Jquery

preview_player
Показать описание
#python #django #api
Python Django Tutorial Part 8 | API | Ajax | Dynamic Input | Jquery

Tutorial Cover :
1.How to Make Ajax Request
2.How to Create Dynamic Drop Down
3.Jquery Get Value from Drop Down
4.Jquery Append Data into DIV
5.Jquery Remove Last Item
6.Jquery Ajax Tutorial
7.Django Dependent Drop Down
8.Django Drop Down List from Database
9.Jquery Select Dropdown
10.Django API Tutorial
11.Jquery Ajax Post Example
12.How to Use POST for Fetch Data from API

----------------------------------------------
Background Music :

TonyZ - Road So Far [NCN Release]
Music provided by NoCopyrightNation
Support Tonyz :

-------------------------------------------
-----------------------------------------------

Intro Music :
Syn Cole - Feel Good [NCS Release]
Connect with NCS:
Snapchat: ncsmusic
Syn Cole

----------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

hey bro your tutorial is awesome can u make dynamic table input that will store data with ajax

kotalabhay
Автор

subject = Subjects.objects.filter(course_id=request.POST.get('course_id', '')) in this line i got en error.the error is
Field 'id' expected a number but got ''.


i got an error please fix it

abdulhadikhanrashidahmedkh
Автор

Can u edit courses field also at the edit page

kotalabhay
Автор

Bro you vide awsome but when make jquery dynamic input ım saved only one form ı cant saved my add form why ??

rezervium
Автор

subject = Subjects.objects.filter(course_id=request.POST.get('course_id', '')) in this line i got en error.the error is
Field 'id' expected a number but got ''.

Anyone who got this solved...Kindly help

sarahshiro
Автор

subject = Subjects.objects.filter(course_id=request.POST.get('course_id', '')) in this line i got en error.the error is
Field 'id' expected a number but got ''.

NazmulHossain-ucxx
Автор

showing field 'id' expected a number but got ''

MHNahib