Holla
I meant self.name even if i say self.phone it worn return the phone
Roman
Hey guys, I am wrtting nested serializer with adding another serializer just like that, but the field is not in JSON and not error
Roman
https://pastebin.pl/view/1fad16de
Mehmet
Can you send model definitions?
Roman
Okay it's fine
Roman
Yeah it was model
Roman
But another question, how can I execute async function inside the django celery ?
Anonymous
when I wrote where python command in windows I got two paths Is it ok?
Anonymous
Exploit Django .env?
Anonymous
Faille site exploit pv
Anonymous
Or laravel exploit IP .env
Akash
Hi guy's
Akash
How to image adjust in profile like Facebook profile image uploading like that help me bro
Azamat
i need to find a new guide to man jango how can i find it
Azamat
🙏
Anonymous
Can we create very beautiful web sites by Django?
Anonymous
I am new learner
Anonymous
I know only dennisivy.com which created by django
Anonymous
Any other?
ᴹᵃᵏˢᵃᵗ
I know only dennisivy.com which created by django
Django created not for creating BEAUTIFUL sites. Use web tools like html, css for that
Anonymous
Anyway
Anonymous
Can we join html css with django?
ᴹᵃᵏˢᵃᵗ
Can we join html css with django?
Yeah, ofcourse. Why not? It's just a framework
Anonymous
Thank you
Украинский
Hello, guys! Im trying to create a analytics dashboard. Where I want to count *how many users* visited a website per *day*. How to do it without using Google Analytics or any other analytics tool?
محمد دلشاد
I know only dennisivy.com which created by django
this is enough for creating sites completely on django and if you want to learn more go for official docs and also don't forget to check django girls site
Bunty chhatri wala..
How a user can send his authentication token through browser Url, if he's not using postman/cmd..
Bunty chhatri wala..
Anyone?
Bunty chhatri wala..
Anonymous
After submitting the login page why my username and password is showing in url. I have used csrf token.
ɱσσɳ
After submitting the login page why my username and password is showing in url. I have used csrf token.
did you send password as plain text? how about encrypt the password before send post request? and from server you can decrypt it with key you provided.. but i think you have to work with javascript for encryption
Anonymous
i have a URL link that works just fine and is on my side bar only when directed to the links template..when i navigate to another ulr the URL disappears..any one with an idea why this is happening?
Shubham
Any one intrested in contributing open source ML project in Django PM me
Shubham
As early as possible because from tommorow we are starting it
The
Anyone good in pymongo? How do i access return value fields of updateone, deleteone
✙Yaroslav
How do I do, the ability to login in another application using the current app one using the OAuth protocol?
Anonymous
Hi everyone, pls is it possible to use requests python library to make an API call to an entire different website in my Django web server
SmQ
any one?
Disappears from where? If it is a side bar menu then check, if the same side bar is loading in every templates.
Anonymous
Disappears from where? If it is a side bar menu then check, if the same side bar is loading in every templates.
from the side bar, the side is working fine in every template, if i type the missing side bar link it redirects and i can see the link but if i navigate else that link disappears and i dont know why
SmQ
Check that page's html where the side bar link is disappearing, check if you have added the link there or not
SmQ
I think you didn't add the link there
Anonymous
Check that page's html where the side bar link is disappearing, check if you have added the link there or not
on the page i want to redirect to or on the side bar, i have the link on the side bar
SmQ
No I am talking about the page where you are not seeing the link, check on that page's html
SmQ
Without it added to the html, you are not going to see that
ɱσσɳ
No input type is passeord
Its not that i mean.
Mirco
!paste
Doragonsureiyā
To share code or error tracebacks please use an online pasting service, here is a list of suggested sites: - https://del.dog - https://dpaste.org - https://linkode.org - https://hastebin.com - https://bin.kv2.dev
R.U.S.H.A.B.H
I don't know how to use the users of django with session
R.U.S.H.A.B.H
Does anyone know the easy method
R.U.S.H.A.B.H
I'm confusing 😵
Mirco
!djangotut
Doragonsureiyā
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Anonymous
hi i have question about django.
Anonymous
Who can help me?
Anonymous
Just ask
Anonymous
Use method=post
It was post already.
ɱσσɳ
Why need to this..if https is enabled..
I don't want to store raw password in db
ɱσσɳ
ouww django provides user passwd encryption right
Украинский
looking for suggestions about this from members here. which encryption I can use?
Do your users have a profile? (Profile image and other info stored model)
Anonymous
Anonymous
It automatically do encryption work for you
Akash
Hi frds
Akash
I need help
Pam
Does anyone know testing views in the django rest framework?
Ιи¢яє∂ιвℓє
Hey guys,I am a website developer, If any work related to this u can contact me.(At low rates) Website like :- Eccomerse,Shopping,Blog,Hotel Booking,Journal,News&Magzine,Education , etc...
Felipe
Hey guys, I have an application that will be used in different time zones. How should I handle this? My TIME_ZONE is defined in the settings as America / New_York, will the times always be displayed in that time zone or will they be displayed according to the time zone of the user making the request? I've checked the docs, but still in doubt
R.U.S.H.A.B.H
Login logout anyone has easy method please tell
R.U.S.H.A.B.H
I'm still stuck there
R.U.S.H.A.B.H
😵
Anonymous
Login logout anyone has easy method please tell
Use the Django CBV LoginView and LogoutView.... Or you want FBV