Building a Blog using Django REST Framework | Hands-on Tutorial with Live Coding | SCALER

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

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

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

    Check out our FREE masterclasses by leading industry experts now: bit.ly/3pLT63U

  • @somanathsingh1303
    @somanathsingh1303 2 หลายเดือนก่อน

    In the create method in RegisterSerializer class username=validated_data['username'].lower() is there just remove .lower() part .
    Due to this database is storing username in lower case and so creating problem during validation.
    Happy learning❤.

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

    Loved this video!!

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

    Good expalnation

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

      Happy to hear that! 🙌🏼

  • @HarishThakur-dx1vg
    @HarishThakur-dx1vg ปีที่แล้ว +1

    in Users table in admin password remains empty. It says "Raw passwords are not stored". I cant get my token in postman.

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

    Even I followed you but when I try to log in it says wrong credentials

    • @FM-rn4ti
      @FM-rn4ti ปีที่แล้ว

      Same issue I also faced..

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

      you should try saving this hashed password in your database where you have hashed them in serializer,
      so code looks like this
      user.set_password(validated_data['password'])
      user.save()

    • @somanathsingh1303
      @somanathsingh1303 2 หลายเดือนก่อน

      In the create method in RegisterSerializer class username=validated_data['username'].lower() is there just remove .lower() part .
      Due to this database is storing username in lower case and so creating problem during validation.
      Happy learning❤.

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

    can i get source code ?

    • @abutalha7184
      @abutalha7184 6 หลายเดือนก่อน

      Sprachey

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

    𝘱𝘳𝘰𝘮𝘰𝘴𝘮 👌