Django Class Based Views Tutorial

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

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

  • @emmanuelodih7659
    @emmanuelodih7659 5 ปีที่แล้ว +15

    Your channel now is just he best, the last series you finished is one in a million, and you not resting at all in bring new contents, thanks man.

  • @4cents190
    @4cents190 5 ปีที่แล้ว +3

    Thank you for always explaining explicitly! In the future, I’d like to learn how to activate stripe connect!! Thank you again!!

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

    I am learning django on the fly with your channel. Thanx so much.

  • @JojoNicho
    @JojoNicho 5 ปีที่แล้ว

    I love your channel. I started coding a month ago and your channel is a really great learning platform.

    • @rojanshrestha822
      @rojanshrestha822 4 ปีที่แล้ว +1

      have you become fluent in django now?

  • @alexanderdecember8743
    @alexanderdecember8743 4 ปีที่แล้ว

    Nice explanation, brief and useful!well done bro

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

    I'm high and I got lost. But that's okay it was soothing

  • @mastertr3218
    @mastertr3218 5 ปีที่แล้ว

    Excellent tutorial you are the best

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

    Ayy that's a South African accent i hear. Keep at it man. Great tutorial

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

    you had to do a new project to explain the class based views..when you are editing an old project it is much confusable.

  • @dannydai1
    @dannydai1 4 ปีที่แล้ว

    At 5:49 , your "form"was defined outside of function get, but it can find it. Weird when it comes to variable namespace. It was supposed to be not defined in terms of LEGB rule.

    • @dannydai1
      @dannydai1 4 ปีที่แล้ว +1

      Sorry, u changed it later.

  • @Thesrik23
    @Thesrik23 5 ปีที่แล้ว +2

    Make videos on customizing default Django admin, and default registration

  • @MrCreeeeeeeepy
    @MrCreeeeeeeepy 4 ปีที่แล้ว

    Great tutorial! Thanks !

  • @RahulSharma-ez7yb
    @RahulSharma-ez7yb 4 ปีที่แล้ว

    Very informative.

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

    Where from did you learn class based view?

  • @gameexplorer9213
    @gameexplorer9213 5 ปีที่แล้ว

    Great tutorial...Keep it up !

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

    bypassed, need to watch again

  • @classicguy7813
    @classicguy7813 5 ปีที่แล้ว

    hi how about comment form save data in home page there all the posts happened to be. like facebook home page you don't need to go in each posts detail page

  • @knfer9138
    @knfer9138 4 ปีที่แล้ว

    Lekker!!

  • @solo8003
    @solo8003 5 ปีที่แล้ว

    Thank you for every thing ! :)

  • @alzearafat
    @alzearafat 5 ปีที่แล้ว

    Thank you!

  • @zhh174
    @zhh174 4 ปีที่แล้ว

    hello sir do you have tutorial on making this project?and tnx a lot

    • @PythonicPath1
      @PythonicPath1 4 ปีที่แล้ว

      yes he got, browse the videos of the channel

    • @zhh174
      @zhh174 4 ปีที่แล้ว

      What's title?

    • @PythonicPath1
      @PythonicPath1 4 ปีที่แล้ว

      @@zhh174 here th-cam.com/video/HWg3zXWwre8/w-d-xo.html

  • @bhupenderparihar3593
    @bhupenderparihar3593 5 ปีที่แล้ว

    What is reason for class based views??

    • @PythonicPath1
      @PythonicPath1 4 ปีที่แล้ว

      cleaner, simpler with less code, and still got advanced features

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

    I think you're not validating the form. Are you?