28. Nested Serializers | Django rest Framework

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 12

  • @spaceenthusiasts8725
    @spaceenthusiasts8725 10 หลายเดือนก่อน

    Your videos are so helpful, keeep up making such courses with you this kind of explanations...❤

  • @Amitsharma-he8pu
    @Amitsharma-he8pu 2 ปีที่แล้ว

    agar 1 table me kch fileds hai aur ek filed many to many hai tho usme data save krana hai tho kya krna parega .

  • @amitnair92
    @amitnair92 3 ปีที่แล้ว +1

    what i was missing on was, in models, I didn't say related_name='courses' , could you explain more in how this works

    • @samucancld
      @samucancld 2 ปีที่แล้ว

      It's just a related name, if you don't define a custom one, by default it will be {model name}_set

  • @rajatheer0001
    @rajatheer0001 3 ปีที่แล้ว

    Nested mai hum data ko post kr skte hai modelviewset se backend pr

  • @gizmoasia
    @gizmoasia 3 ปีที่แล้ว +1

    Is there any Coupon Code, I would like to buy Digi Store Course.

  • @harisjose2050
    @harisjose2050 3 ปีที่แล้ว

    Perfect 👍

  • @visheshsolanki6992
    @visheshsolanki6992 3 ปีที่แล้ว

    Thanks Bhai...

  • @appurvagnihotri3342
    @appurvagnihotri3342 2 ปีที่แล้ว

    many=True lekha to 'Student' object is not iterable error aya

    • @DhavalAhir10
      @DhavalAhir10 ปีที่แล้ว

      Mat Likho bhai..
      Many=True, tabhee Likhna h jab ekse jyada Database record aa rha ho..
      Matlab ek se jyada instance agar aa rha h toh DRF bolta h unko many=True kardo taki iteration loop chal ske, ek ke bad ek instance ko serializer krega fir vo... Tumne ekhee record aa rha h uspe many=True laga dia matlab ispe loop ni ghum skta islye error aa rha h :)