Permission and Authorization in Django (Hindi)

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

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

  • @FarhanAli-wo6yw
    @FarhanAli-wo6yw ปีที่แล้ว +1

    Outstanding lecture, very easy to understand , simple and slowly detailed explanation of each concepts and things is the amazing factor of this tutorial. Although it is though concept but the way this man explained and make this easy to understand for us. I watch Django tutorials I will recommend to watch that channel playlist.

  • @friendsquicksolution6657
    @friendsquicksolution6657 4 ปีที่แล้ว +11

    Sir we want 3 to 4 hour 1 video that complete Authentication....full information....after complete django series plz sir ....that you said in this video ❤❤❤❤

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

    geeky Bhai thanks for all your videos you are a great person.

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

    Boss you make me so clear. plz make the video about admin page customization.

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

    Love from bd. U r the best.

  • @md.shorifulhasan3149
    @md.shorifulhasan3149 2 ปีที่แล้ว

    Thanks .love from Dhaka Bangladesh

  • @IjazAhmad-wv9qx
    @IjazAhmad-wv9qx 6 หลายเดือนก่อน +1

    thanx for recroding this video.
    but according to this way permissions are handled in front end side
    not backend. actually we are just giving or ignoring delete or edit button to user.
    but same user can perform all action if they get access to button.

    • @muhammadahsan8307
      @muhammadahsan8307 3 หลายเดือนก่อน

      How backend work if you solve this then tell me please

    • @IjazAhmad-wv9qx
      @IjazAhmad-wv9qx 3 หลายเดือนก่อน

      @@muhammadahsan8307 you have to set permissions for usre, if non-relavent user try to perform action then it raise error you cant perform it it must done in backend and then front should perform by hiding access button. backend can be done through various way like django built-in permissions

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

    Good job Sirji 👍

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

    This helped me a lot... But please make a video on object level permission also

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

    very good video ...salute to u brother...

  • @ManishBhusal
    @ManishBhusal 11 หลายเดือนก่อน

    Thanks for this video.

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

    Love u vai....
    For the detail explanation

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

    This is for everyone who already watched and those who are new, take notes from the video it will help you in future and understand the concepts and practise is must, Happy codding:)

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

    waiting for that masala video sir
    ache se pkana

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

    Bro in india what stack technologies are used most ?

  • @SajidAli-wy1zs
    @SajidAli-wy1zs 2 ปีที่แล้ว

    Waiting for full video on authenticity that let us know everything on authentication.

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

    Geeky Bhai aapke videos ko serial no. dete jaon please..... And Thanks 😊😊

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

    sir full authentication system k upar video chahiye

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

    brother....
    Make a full video django authentication.........

  • @AliHassan-wc6nb
    @AliHassan-wc6nb 2 ปีที่แล้ว

    Great job yaar. Yaar aap puri Playlist stitch ker k aik video mein upload ker saktay ho? Means advanced python 119 videos aik video mein, then Django ki puri Playlist 128 videos aik video mein and core python 226 aik video mein. Django Rest 35 videos aik long video mein?

  • @Abdulbasitarvin
    @Abdulbasitarvin 9 หลายเดือนก่อน +1

    where is source code?

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

    Thank you so much sir please make e-commerce website 🙏🤗

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

    Nice 👍👍👍

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

    43:18 sir ab a masala wla video upload kariye plz!!!

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

    Sir when you are gonna uploading session videos?

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

    thanks sir, sir can you teach a user-permission related more topic ?? and user-permission related some small project like crud project ?? please sir....

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

    Sir Authentication ke uper jo 4,5 Hour ka video Zarur banana Waiting.

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

    awesome videos

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

    Thank you sir G

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

    at 17:21 we can simply write [ admin.site.register( Blog ) ] instead of creating another class
    what he created that needs to be done in serializer.py

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

      No. He created a Blog admin class just to have a standalone page of that model in the admin panel with fields He wants.

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

    How to add custome role and permission
    Can you make video on it

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

    Thank you 😊

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

    thanks sir

  • @jahidhasanpiyesh
    @jahidhasanpiyesh 10 หลายเดือนก่อน

    Done Boss

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

    Sir plz made ecommerce website as a project..

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

    Yes sirpplease make e commerce website

  • @mdmamun-vp9xj
    @mdmamun-vp9xj 3 ปีที่แล้ว

    sir which book you follow please suggest

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

    Sir upload next video in Django

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

    best

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

    bade bhai me problem me hu user permission table ko choose kaise karenge rest Api me for every user like admin panel

  • @HimanshuGupta-ni3pk
    @HimanshuGupta-ni3pk 3 ปีที่แล้ว

    Sir I haven't Got complete Authentication video have you uploaded yet? because I'm not able to find anywhere in your channel

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

    permission for blade.

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

    please please ,, we need course about PQt5

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

    Agar mai website per admin hu ....Aur Agar muze 3 user ko mera profile ka data access karneka allow karna hai to wo mai kaise karu plz guide me sir

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

    ye csrf token wale bug ko kese dooorrrr kre

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

    👍👍👍👍👍👍👍👍

  • @AliHassan-wc6nb
    @AliHassan-wc6nb 2 ปีที่แล้ว

    Ager user ko sirf apna blog delete kerne ki permission daini ho?

  • @Abdulbasitarvin
    @Abdulbasitarvin 9 หลายเดือนก่อน

    how find source code this project ?

    • @geekyshows
      @geekyshows  9 หลายเดือนก่อน

      visit geekyshows.com

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

    🥰🥰🥰🥰🥰🥰🥰

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

    Would be nice if you put only in english.