Posts by Wilker De Sena Guedes • 23 points
3 posts
-
0
votes0
answers21
viewsQ: Multiple Model Authentication in Django
I am developing an application with Django 3, in it I have the candidate model and the company model that have login and password as fields. The idea is that the candidate model and the company…
djangoasked Wilker De Sena Guedes 23 -
0
votes1
answer21
viewsQ: Password field via ajax in Dajngo
Hello, I want to fill the password field of my model Company in sending the value typed via post ajax, I saw that there is the Passwordinput widget when using modelform but I did not want to use…
djangoasked Wilker De Sena Guedes 23 -
1
votes1
answer1381
viewsQ: How to access properties of an object within another object in Reactjs
I am consuming via Xios the following JSON: https://randomuser.me/api/? Results=5 When I try to access person.name.title I get the following error: I can only access the title property when I type…