Django REST Framework - Generic Views | ListAPIView & RetrieveAPIView

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

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

  • @bugbytes3923
    @bugbytes3923  2 месяца назад +8

    ☕ Buy a coffee: ko-fi.com/bugbytes
    ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐
    📚 Django REST Framework API playlist: ruclips.net/p/PL-2EBeDYMIbTLulc9FSoAXhbmXpLq2l5t

  • @ak47-qin
    @ak47-qin 21 день назад +1

    For real brother, I truly appreciate your work.
    The explanation is rich because you explain everything behind each concept, allowing learners to understand what we do/code.
    Be blessed!!! 🙏

    • @bugbytes3923
      @bugbytes3923  20 дней назад

      Awesome to hear that, thank you very much!

  • @seydinaoumarsamabaly1806
    @seydinaoumarsamabaly1806 2 месяца назад +5

    The real magic begins ! Great content, thank for all !

  • @gogasaldadze1639
    @gogasaldadze1639 Месяц назад +1

    Idk what to say, Just thank you and please keep doin what you do. You are extremely talanted and have a great approach to deliver knowledge. I mean, we all can read docummentation, however its not so always easy to understand easily and here in your videos, everything makes sense when you explain. Thank you !

    • @bugbytes3923
      @bugbytes3923  Месяц назад +1

      Thanks a lot, that's an amazing comment to receive, thank you! I'll keep going.

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

    crisp andd to the point, having good grasp in django core, this series is quite perfect, just focusing on apis/backeend part and not so long explainations. Keep it like this. finished this in 2 days. what i would llike in this series is, deployment on AWS. There is no content on YT market on this topic. not ec2, but like lambda or dockerised ECS fragatte launch type. May be u can start new series after that about deployment.
    I know u getting lots of request on multiple topics, you should do poll regarding it. Would like any of this: 1) AWS deployment series 2) Django Ninja 3)extending this series to JWT and social auth
    Do a poll please

    • @bugbytes3923
      @bugbytes3923  2 месяца назад +1

      Thanks a lot for the suggestions - a Deployment series has been on my list for a long time. I'll definitely include JWT auth in the REST Framework series, too.

  • @ayo-ju5sv
    @ayo-ju5sv 16 дней назад +1

    Thank you so much BugBytes 🙏

  • @AhmedBashir-m1s
    @AhmedBashir-m1s 2 месяца назад +1

    Pretty great content

  • @abderahimlamamri8591
    @abderahimlamamri8591 2 месяца назад +1

    Good content, thanks a lot

  • @GabrielPistore-u9o
    @GabrielPistore-u9o 2 месяца назад +1

    Thank you so much

  • @aashayamballi
    @aashayamballi 2 месяца назад +1

    Thank you!

  • @frameff9073
    @frameff9073 2 месяца назад +1

    good thank you

  • @SierusGroup
    @SierusGroup Месяц назад +1

    Спасибо

  • @alexdin1565
    @alexdin1565 2 месяца назад +1

    amazing as always you should name your channel Django Home
    please add image upload directly and from URL to this series and if you can make in same Model ability to add image from upload or from Url its will be very helpful

  • @manuel-jo
    @manuel-jo 2 месяца назад +1

    🔥🔥🔥

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

    Amazing as always. Can you consider stripe integration tutorial.

  • @vijaynayak4874
    @vijaynayak4874 2 месяца назад +1

    👍

  • @weilin4872
    @weilin4872 13 дней назад +1

    good

  • @ab_was_here
    @ab_was_here 2 месяца назад +1

    Really enjoying the sessions. Currently I’ve been wanting to use the api versioning features. One issue I have is that it does not appear possible to use a class inheritance approach with QueryParameterVersioning because we don’t access query strings in the url patterns.
    For the others, the URLs can reference a distinct view and that allows my API view on v2 to subclass all of the stuff from v1.
    If you have any thoughts on making a video, it’d be super interesting.

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

      Thanks for the suggestion! I've not factored in versioning to the series yet, but that's an excellent idea. Will definitely add it to the list for future videos - thanks again!

  • @daverobb2011
    @daverobb2011 2 месяца назад +1

    Can you also use Q to perform complex filters with the generic views?

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

      It's independent of views, You can do all things related to queries as in django core, same way in rest framework, because it's provided by django ORM, used by both. No difference

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

      You can construct complex filters with Q objects as part of the queryset parameter on a Generic View, yes!
      If the Q objects rely on dynamic data, you can also override get_queryset() - will show an example of overriding that method in the next video in this series.

  • @mlindatech
    @mlindatech 2 месяца назад +1

    Please include Auth using Djoser and JWT

    • @bugbytes3923
      @bugbytes3923  2 месяца назад +1

      Good suggestion, thank you!

  • @kisamehoshigaki-u1p
    @kisamehoshigaki-u1p 16 дней назад

    2024_dec_10, completed