How To Modify The Django Admin Area - Django Wednesdays #6

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

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

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

    ▶️ Watch Entire Django Wednesdays Playlist ✅ Subscribe To My TH-cam Channel:
    bit.ly/35Xo9jD bit.ly/2IGzvOR
    ▶️ See More At: ✅ Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
    Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN

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

    Thanks, John. This was perfect timing, I was going through one of the codemy courses today and I was wondering how hard it would be to do make changes to the admin area instead of updating from the front-end. Now I have made some of the changes that I was thinking about in just a few minutes. Loving these videos.

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

      Awesome, glad you found the info!

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

    Bro, hats off to your videos. I wish school had taught me such good quality stuff. Thank you

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

      Hey Thanks, I appreciate that!

  • @محمدخلیلی-خ2س
    @محمدخلیلی-خ2س ปีที่แล้ว

    ممنون به خاطر وقتی که میذارید و به ما یاد میدید

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

    Thanks so much my dear teacher

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

      Very Welcome!

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

    Hi John please make video payment gateway integration and Jinja 2 with Django

  • @1412-kaito
    @1412-kaito ปีที่แล้ว

    Great video! I just wanna know,
    in fields why are the first 2 fields in a separate tuple?
    I am not clear on that.

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

    John, I think you should upload your tutorial code on your GitHub and leave a link to that on the description so that people can grab that code and paste it if they can't find their error. Just advising.

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว +2

      What do you mean, the link to the code is already in the pinned comment below every video.

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

      @@Codemycom My mistake. You already did that. By the way, your's tutorials are the best!

  • @المبرمجعبدالواحدالجمالي
    @المبرمجعبدالواحدالجمالي 3 ปีที่แล้ว

    Thank you very much, I want the last videos

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

    thanks! I really love ur video

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

      Appreciate it!

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

    Thank you!

  • @usmankhawar888
    @usmankhawar888 2 ปีที่แล้ว +1

    At 11:51. There are 2 drop downs with defaul value of "--------". How can we set it to the first value in the options?
    Thanks

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

      Wow... just discovered the answer right after commenting you. just add "default=1"
      models.py
      models.ForeignKey(User, on_delete=models.PROTECT, null=True, default=1)

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

    nice! thanks man!

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

    Thanks for the video :)
    Is there a way to condtitionally render these fields in the model?
    E.g. if there is a choices field: field1 and we select one option
    we want another field: field2 to be set to "blank = True"
    if we select a different option on field1 the blank attribute might be set to false
    how can i do this?

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

    Thanks for your great course. I can't find the link to your GitHub and the codes in the pinned comment.

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

      github.com/flatplanet/Django-Club-TH-cam-Playlist

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

    And please make full course on Django basic to advance

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

      I have a half dozen of those courses already on Codemy.com

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

    so useful

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

      Glad you liked it!

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

    Cheers 😁

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

      Cheers!

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

      @@Codemycom will you make one video of your personal life story? like Sunday special

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

      @@learnwithnawf246 I might spin that off into another channel soon

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

      @@Codemycom :-)

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

    goog cours

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

    Sir how to know if a website is developed in Django from inspecting code

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

      what code?

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

      Wappalyzer is an extension that tells you what websites are made of, including APIs

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

    And please sir provide your code on GitHub

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

      It's always in the pinned comment below the video.

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

    Kyle Kinane but coding

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

      No idea what you're talking about