How to Register Model Class and use __str__ method in Django (Hindi)

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

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

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

    bro you have made a really awesome series. I have also tried code with harry Django series but the way you're explained a topics are very cool this is the best Django series for a beginners

  • @aryanchauhan-jp9ui
    @aryanchauhan-jp9ui 4 ปีที่แล้ว +3

    Kya baat h sir thank you so much🙏 aaj ka din bann gya first view and comment😀😀

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

    best explanation of __str__ function ❤.... no one else explained it so well... thanks😊

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

    Awesome.... Its real Geeky show 🤓aapko dekh dekh k hun b geeks ban jayenge

  • @PythonDeveloper-pg2qj
    @PythonDeveloper-pg2qj 7 หลายเดือนก่อน

    You just make this concept so simple, Big thanks sirji.

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

    Sir I just finished watch this video..and ...it is ver helpful ....and your voice is also good....clearly ❤❤❤❤...thankyou sir

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

    21:38 so helpful and imp to learn😍 thanx lot

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

    It's so helpful sir likewise upload two videos daily plz.. 👍👍

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

    Your great to make understand concepts.thank you very much sir

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

    Sir aapne bola ki djnago se pehle HTML /CSS /JavaScript/bootstrap/pip ae sab aana chaliae but me non it se hu or Mene sif core Python advance Python and SQL Jo aapki playlist he to me ne ayi sikha he abmuje HTML.css.and other bi sikhna padega djnago ke liye plz bataae sir and me ane advance Python ke last vidio ne questions pu6a he aapne ans nahi diya sir plz help me

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

    i am from nepal thank you sir aapke es django ki video k liye

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

    Very helpful video...Thank you very much ...

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

    awesome, your videos are very nice and helpful, keep it up,

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

    Bro AAP har example me Sonam ka naam jaroor lete ho,
    kaun hai Sonam?? :)

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

    indent properly __str__ method with your class to make it work

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

      no matter, pylint is disabled so it will work properly

  • @munirahmed3949
    @munirahmed3949 2 วันที่ผ่านมา

    course_duration = [
    ("A", "1 Month"),
    ("B", "2 Months"),
    ("C", "3 Months"),
    ("D", "6 Months"),
    ("E", "Year"),
    ]
    course_duration = models.CharField(max_length=10, choices=course_duration, default="C")

    def __str__(self):
    return f"{self.course_titles} {self.course_duration}"
    ===Problem is that===>only A,B or C show in admin pannel in place of duration how to solve this issue , any idea?

  • @IMRANSHAIKH-ru3mn
    @IMRANSHAIKH-ru3mn 3 ปีที่แล้ว +1

    __str__()not showing data in admin panel
    ---------------------SOLVED---------------------
    from django.db import models
    # Create your models here.
    class Student(models.Model):
    stud_id = models.IntegerField()
    stud_name = models.CharField(max_length=70)
    stud_email = models.EmailField(max_length=70)
    stud_pass = models.CharField(max_length=70)
    def __str__(self):
    return self.stud_name

  • @shivamkumar-qp1jm
    @shivamkumar-qp1jm 4 ปีที่แล้ว

    Bhai apne notes ma ye important point bhi add kr diya kro jese apne bola phle table bnao phr create kro superuser ni to error aata h auth user related

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

    Hello Sir, Please anriod studio ka project ka video upload kareyena......

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

    Thank you Guruji

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

    thanks

  • @DeepakVerma-lx5wo
    @DeepakVerma-lx5wo 4 ปีที่แล้ว

    Sir isme student add nahi ho pa rahi hain error aa jati hai no such table

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

    Good....

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

    Awesome

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

    Hey, In my model I have 2 foreign keys I want to return their values but its giving error can you help why is it happening so?

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

      Foreign key ek hi rakh sakte hai na shayad

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

      @@poonamyadav7552 nhi jyada rkh skte hai

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

    just a question "Who is Sonam??"

  • @AdityaKumar-lw4yc
    @AdityaKumar-lw4yc 10 หลายเดือนก่อน

    Sonam Bewafa hai sir🤣🤣... In this entire series Sonam is the only constant

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

    May you provide all topics notes in pdf file plz sir

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

    Sir, __str__method not working? Please suggest some measures ....

    • @ankitgupta.an2050
      @ankitgupta.an2050 ปีที่แล้ว

      mention __str__ function within the class indentation

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

    what if there is more than one `student of same name

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

    done

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

    __str__()not showing data in admin panel

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

    Bro, __str__ method won't work. What should I do?

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

      You should write underscore two times at starting and ending for example:
      __str__()
      you only write only one underscore! check again!
      Good Luck :)
      Happy Coding!

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

      @@sailendrachettri8521 Hey brother, I my model I have 2 foreign keys I want to return their values but its giving error can you help why is it happening so?

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

      @@iambhushan418 I've no ideas
      Copy your error and google it. Hope you will find something from it.

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

      @@sailendrachettri8521 ohk thanks

    • @ankitgupta.an2050
      @ankitgupta.an2050 ปีที่แล้ว

      mention __str__ function within the class indentation

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

    Sir __str__ not showing data in admin panel.. As it shows

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

      Give double underscores

    • @ankitgupta.an2050
      @ankitgupta.an2050 ปีที่แล้ว

      mention ___str___ function within the class indentation

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

    I don't know y but my __str__ method not working

    • @MayurK-ko9st
      @MayurK-ko9st 3 ปีที่แล้ว

      Have you found any solution?

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

      @@MayurK-ko9st use double underscores not single

    • @MayurK-ko9st
      @MayurK-ko9st 3 ปีที่แล้ว

      @@poonamyadav7552 I used double underscore only

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

      You are Not defining your function in class only

    • @ankitgupta.an2050
      @ankitgupta.an2050 ปีที่แล้ว +1

      mention ___str___ function within the class indentation

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

    _str_method not work

    • @ankitgupta.an2050
      @ankitgupta.an2050 ปีที่แล้ว

      mention ___str___ function within the class indentation

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

    Dear bro & Sister agar kisi ke pas BCA/CS ka project ho to please muje Gmail par send kar dijiye plz muje June me submit karna hai

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

      Watch this th-cam.com/video/dFcpJJeNfM4/w-d-xo.html

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

      @@geekyshows but Sir ye free to nahi hai isme to Paise pay karna hoga Sir I have no money this time please help me aap muje free me Gmail par send kar dijiye please

    • @geekyshows
      @geekyshows  4 ปีที่แล้ว +6

      Free me to sirf ek hi tarike se mil sakta hai.. Khud bana lijiye.. kyunki jab dusre log banate hai to usme unka samay unki mehnat lagti hai unka paisa lagta hai...

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

      @@geekyshows ok Sir no problem

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

      @@geekyshows Accha Sir ye to baja dijiye agar mai aapka project buy karunga to Jo project report hogi wo kitne Page ki hogi?

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

    First

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

    __str__()not showing data in admin panel

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

      Bro there is some indent problem

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

      Check make your def ___str__(self)in class only