hello folks,
any django ex[ert here, I want to know if anybody can do multiple join
more than 5 tables at once using ORM
Prefetch,prefetch_related,select_related using any of these or in a
different way please ping, or just write over here how can we solve that. i
didn't get any clue
help will
Which authentication package is best between DJOSER and DJANGO-ALLAUTH? Can
anyone suggest. I'm doing a project using React as frontend and Django as
backend
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and st
Hi dear friends,
Anyone here familiar With DJoser and Simplejwt. I am using it for
authentication and i got a problem. I can get refresh and access token and
when i resends a access token to authenticate users i got a 403 forbidden
like this
GET http://localhost:8000/auth/users/me/ 403 (Forbidde
Do we need to do WSGIAUTHORIZATION ON in order to authorize a jwt token.
I am getting "detail": "Authentication credentials were not provided."
while sending a authorizationtoken and 403 forbidden. can somebodyhelp me
out.
--
You received this message because you are subscribed to the Google Gr
i have a two table and want to fetch data based on their relationship
using serializer. I'm able to get nested data like
{
'ID':1,
'name':'abc',
'address':[
{
}
]
but i want it as in single not as nested
{
.
}
can any body help me with sample code or reference me a good example so i
i'm using django as my backend and react as frontend. i'm using simplejwt
for authentication. i can get access and refresh token and has stored in
httponly cookies. now i'm not able to refresh a token. can somebody help me
out?
--
You received this message because you are subscribed to the Goo
Hi Folks,
I'm having a problem to insert a data in nested serializers with FileField.
If anybody know the idea of doing that would you guys please just help me
out. I googled it for the solution but found the problem asked but not a
solution. And somewhere in git i found that it is hard to mange
I have a plain text field in Parent Table and should upload a file in child
table and has a foreign key relation in both table. I cannot upload a file
in nested serializer. I didn't get a file data in serializer create
function. it take a data of parent serializer and delete the data of Nested
8 matches
Mail list logo