Custom Exception Handling. Django Rest Framework Project Tutorial [26]

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 17

  • @stephenwaller463
    @stephenwaller463 10 місяців тому

    New to python/django this is great! Thank you

  • @mr.anderson5393
    @mr.anderson5393 8 місяців тому

    Thank you for the video. I tried to implement 500 and 400 (when user enters a wrong url) error by following rest_framework doc, but the it's very abstract and does not go into detail. Thank you very much again. This is exactly what I was looking for to handle error from ReactJS frontend.

  • @uweopfern
    @uweopfern 4 роки тому +1

    Was really one of the best course tutorials I have ever taken, Would you mind to add docker and TDD, file support, and deployment?

  • @scarletlady9870
    @scarletlady9870 11 місяців тому

    This is so interesting and may be what I need to solve my issue

  • @bgnkrnt
    @bgnkrnt 3 роки тому +1

    hi Cryce, thanks for the tutorial
    i wonder why this segmen's code isn't included in the github repo?

  • @tomaszbonarkiewicz6368
    @tomaszbonarkiewicz6368 4 роки тому +3

    I've done your entire course. Have to say something - youre awsome! I love your clarity, instructions like "step by step" without any omissions. I cant wait to see next tuts!
    I have also some question. Will you do any frontend tut for this backend? Using e.g. react which will get data from those endpoints? BR!

    • @crycetruly
      @crycetruly  4 роки тому +3

      Coming up one of these days bro

    • @jorisjansen2892
      @jorisjansen2892 4 роки тому

      @@crycetruly Which framework are you going to use? Vue.JS?

  • @sujeerevs
    @sujeerevs 3 роки тому

    Is it possible to handle django.db.models.deletion.ProtectedError happens during deletion of referred entry? I have tried this custom exception handling, but still it is always throwing 500 internal server exception instead of returning response.

  • @surajrajbhar9812
    @surajrajbhar9812 4 роки тому

    Thanks you so much for sharing.

  • @jorisjansen2892
    @jorisjansen2892 4 роки тому

    Hi Semy, do you have any idea on how to add recurring payments with DRF? I can't find anything at the moment.... I want to have the same beginning as you. But when the users verify his email, he need to be redirected to the (stripe) payment.... Can I dus make a redirect?

  • @sundayajayi630
    @sundayajayi630 3 роки тому

    All I can say is Thank you

  • @brijesh7040
    @brijesh7040 4 роки тому

    Can you make some vedio on nested serializers

  • @KrishnaDasPC
    @KrishnaDasPC Рік тому

    Response will always get a status code, so it is unnecessary to put it in the response message.

  • @jishnugnanadas8312
    @jishnugnanadas8312 4 роки тому

    I am thankful

  • @naheliegend5222
    @naheliegend5222 3 роки тому

    I do not understand this. Way to fast and unorganized.