Serializers (Django REST framework)

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 28

  • @kalvincalimag9512
    @kalvincalimag9512 3 месяца назад

    Hands down best serializer tutorial on youtube

  • @shakhriyorkh
    @shakhriyorkh 2 года назад +3

    Guys, it is the second part of the video series. Here is the first part:
    ruclips.net/video/laemZRIiP2o/видео.html
    Where you will have source code

  • @auss6328
    @auss6328 5 лет назад +9

    Excellent job organizing the information and providing the context around why we’re doing what we’re doing. Thank you. :)

    • @codingwithmitch
      @codingwithmitch  5 лет назад

      Glad you liked it.

    • @rabinbishwokarma
      @rabinbishwokarma 4 года назад

      @Austin Curtis, totally agree with you. He's done so fluent explanation in a simpler way. Loved it. Thanks, Mitch

  • @elenaperez6327
    @elenaperez6327 2 года назад

    Great video with very clear explanations! Thanks a lot for taking the time to make it!

  • @akashgeorge5433
    @akashgeorge5433 19 дней назад

    could you explain why we dont use serializer when we use django without rest framework, meaning when we use the render method

  • @akashtyagi1269
    @akashtyagi1269 4 года назад

    This is pure gold

  • @2SupReMo2
    @2SupReMo2 3 года назад

    I love your thumbnails 😂

  • @andrewhawes3134
    @andrewhawes3134 4 года назад +1

    Quick question: is there a reason you used a decorator for the first signal but manually connected the pre_save? Do they function differently in this case?

  • @rahulsehrawat7120
    @rahulsehrawat7120 4 года назад +4

    if one simply ,instead of rendering a template in django, provides json data in response does it become an rest api??

  • @rncs_sanskriti
    @rncs_sanskriti 3 года назад +2

    Can't follow along ...please code from scratch

  • @МусаАгакишиев-ц6ю
    @МусаАгакишиев-ц6ю 3 года назад

    Excellent information

  • @charan775
    @charan775 4 года назад

    best video on serializers thank you.

  • @stevenlee1726
    @stevenlee1726 4 года назад

    Subscribed! Nice explanations bro.

  • @indicatorgod
    @indicatorgod 4 года назад

    How do i change Boolean field values in a serializer . For example. Changing true or false to Valid or Invalid

  • @dawoodamir2011
    @dawoodamir2011 5 лет назад +7

    Can u please just make rest api tutorial without webapplication from start

  • @Mrslykid1992
    @Mrslykid1992 3 года назад +1

    Next video! ruclips.net/video/DiSoVShaOLI/видео.html

  • @tabishchauhan8243
    @tabishchauhan8243 4 года назад

    Got these errors please help.
    File "C:\Users\Tabish Chauhan\Desktop\src\account\models.py", line 7, in
    from rest_framework.authtoken.models import Token
    File "C:\Users\Tabish Chauhan\Anaconda3\envs\py36\lib\site-packages
    est_framework\authtoken\models.py", line 6, in <
    module>
    from django.utils.encoding import python_2_unicode_compatible
    ImportError: cannot import name 'python_2_unicode_compatible

  • @alihusham1560
    @alihusham1560 4 года назад +1

    there is no BlogPost anymore

  • @mozenrathzerksis174
    @mozenrathzerksis174 5 лет назад +4

    please code from scratch

  • @titanman9000
    @titanman9000 10 месяцев назад

    __all__ in the fields will get all your models keys and values

  • @KangJangkrik
    @KangJangkrik 4 года назад +4

    Is it only me, or Django has bad documentation compared to Laravel?

  • @vinylwarmth
    @vinylwarmth 2 месяца назад

    I hate Django and REST framework.