This tutorial is very helpful. However, I find it hard for the beginners to follow the content if they have not understood the basic theory yet.
@kimanjepatrick46563 жыл бұрын
I have loved this 👌
@pradiptakumarmandal83914 жыл бұрын
Learned a lot about REST api in Django. Thank you for such video. I will recommend this series of videos to others. I have a request. If you make tutorials for making UI with react native along with Django backend.
@crycetruly4 жыл бұрын
You are reading my mind bro
@pradiptakumarmandal83914 жыл бұрын
@@crycetruly Thank you bro
@GersonAlmonte4 жыл бұрын
gracias hermano, por ahora te estoy copiando, después deberé aprender las bases de lo que estas haciendo.
@anishapk74093 жыл бұрын
How can I add phone number field and otp verification in this . Please help
@abhishekhedaoo16153 жыл бұрын
Hey, it's a great tutorial, thanks for this.
@sivanarayanayeruva93993 жыл бұрын
Excellent
@AlbertoMartinez-ys6rv4 жыл бұрын
Hey @semycolon which visual studio code extensions do you use to work with django and django rest framework?
@gowthamns82284 жыл бұрын
hi I want to perform inner join query in django orm, but the tables has no relations. how to do that and serialize that.?
@olegmlavets52164 жыл бұрын
Why did you write email = attrs.get('email','') and then not use it ?
@withkonan2 жыл бұрын
hi, i'm running into a problem . I have to register user using phone and password only. What i have thought is, i can use the username field to store phone no and it will be then easy to implement login feature into it. but at the time of user request it is showing label as username and password . how can i change the name from username to phone only to the ui (at the request end.)
@akshayjambekar4453 жыл бұрын
I am having trouble in accessing other models from api view. I can only access using super user other users are shown to be inactive. This problem is only arised in api view. In short not able to access request.user from api view class but it can be accessed from any normal class which does not relate with api
@andreys79443 жыл бұрын
12:32 "...we need to... oh!" - WHAT DO WE NEED TO? edit: after multiple views I figured you need to add slash at end
@ghassenjemiai3 жыл бұрын
i get CSRF verification failed. Request aborted. when testing on posman
@Wegman73 жыл бұрын
Anyone know why I have to manually code a validation error for a duplicate username inside of the RegisterSerializer, but not for the email?
@nagadeepsharma85204 жыл бұрын
Best!
@bungalowarch72934 жыл бұрын
after the usermanager i cant able to login as admin, login failed... superuser login also failed
@crycetruly4 жыл бұрын
hey. check next video
@bharathab80384 жыл бұрын
Hey @semycolon please use social login too, I think I am requesting you for the third time :)
@crycetruly4 жыл бұрын
Hey @Bharath AB. I had initially recorded these videos,Im going to be adding social auth videos soon.
@bharathab80384 жыл бұрын
@@crycetruly Thank you, I am actually doing a small class project which requires social login(google, facebook), there are several resources of social login using allauth package but I didn't find a good one with rest api allauth with jwt.