Sodaney
Hello guy. I have a token and how to test it in Postman?
Anonymous
Akhil
Hello guys,
Can anyone suggest good book dor intermediate level django?
Tushar
I would suggest you to go ahead and read the documentation and create some difficult projects
Raj
Akhil
Okay, thank you😇
Tushar
Sure no worries
Anonymous
Can anyone teach me Django ?
Mirco
Doragonsureiyā
Can anyone teach me Django ?
Looking for Django tutorials? you can follow these three recommended ones:
* Official documentation and tutorial
* Tutorial from MDN
* Tutorial from django-girls
D
Does anyone know how to Create custom user model and also using DRF token authentication ?
Anonymous
any paid django job? DRF or custom
Doragonsureiyā
∆$¶u
Anonymous
These are all the way four way you can extend user model in django.
pankaj
Hi everyone, can anyone tell how to create a relation between multiple table to retrieve the data from multiple table please suggest I m struggling to do.
pankaj
Hi thanks but need more clearance actually I tried with Foreignkey but error I m getting like not allowed to add the child row.
Tushar
Tushar
I think it might help
pankaj
I m watching
Tushar
Sure if you have the doubt post here I have some other resources as well
pankaj
Hi Tushar thanks send if u have other resources meanwhile I m going with this.
Tushar
Yes sure I'll do that let me know if that helps you
pankaj
K
Tushar
https://youtu.be/2KqhBkMv7aM
https://youtu.be/mQhyQGKh38s
Tushar
Go through these two videos along with the first one I sent . All the three should help
Tushar
Let me know if you still have some doubt
kritikos
Michael the wolf 🐺
In django, how do I use models.ForeignKey to another schema in same database?
V
I trying to implement signup functionality for a new user for a project am working on.. but i also want to verify users mobile number through otp.. i know i can generate otp using random module.. but how can i send that otp to users phone no? i searched all tutorial videos and its all using twilio or 2factor.. is their any other way to send otp?
Sopan
V
<♡❤......♥♡> {°~_~°}
Salom
<♡❤......♥♡> {°~_~°}
Kim bor
<♡❤......♥♡> {°~_~°}
Qanday gurpa bu
<♡❤......♥♡> {°~_~°}
Heloo
Doragonsureiyā
Hi! This group is English-only. Please, translate your message into English and delete the non-english message. Or move to a group speaking your language (type "!ol" to see the list). Thank you.
Tushar
Sopan
If am going for email based authentication, forgive me if am wrong, if am using smtp, we can only specify one id right?
Oops... I guess there is something wrong here:
- Are you trying to use your or some mobile number to your Application and send OTP using that mobile? Are you trying to create SMS gateway using some existing number?
If yes, then my advice is invalid.
- If you are trying to send SMS from Application without having any HEADER, then SMS gateway is required.
- About my advice of using Email: you need to integrate with SMTP gateway (may be using some authentication) so that the email can be sent to individual users.
If things are not clear then just ingore above message and move on 😂😂😂
V
Sopan
For that you need to send SMS.
SMS is sent using some mobile number or sent using some sms gateway.
Sopan
SMS gateway is better option but it's always paid service
Tushar
Did you try twilio?
V
Did you try twilio?
No i didn't.. because when i googled, i found that its only available from 9 to 9
V
JeeSuuSiiTooH! <3
Hi everyone, anyone can help me? I'm having troubles using Django API Rest
V
Is twilio paid?
ARBAAB
i have passed some data to database as list now anyone can tell me how to fetch single data from that list or fetch one by one
ARBAAB
when i fetch i get ids like this ['1', '2']
ARBAAB
i want to split this list
ARBAAB
can anyone help me😊
Prateek
Prateek
Its better to split it views .py by using simple python code
ARBAAB
Where u want to split
let me explain,
i have task i have to assign it to 3 or 4 members when i select that for members then i can do that 4 user can get the task and can be stored in database but as list but when i want to fetch there names one by one then its not working
Fox
ARBAAB
even if i loop twice still can not get there names😐 or even there ids split what i will fetch is list like this ['1','2','3','4']
Prateek
ARBAAB
and its joined with 3 tables also i am using raw query
Prateek
Prateek
ARBAAB
i am passing ids
ARBAAB
my problem is just to fetch those ids back from list one by one not in one list other things are easy
丂ㄚ丂ㄒ乇爪.乇乂乇
Hello, i have a problem about debug mode. I published my web site with nginx and gunicorn. When debug mode is true then web site working but when i change debug mode false then web site not works. I also add my domain name and ip address to allowed hosts. Do you have any idea? Maybe nginx also have allowed hosts, i don’t know
Shanks
How to inputs from bootstrap modal form and save to database
Shanks
Anonymous
Anyone Online?
âshîsh
SHAKEEL
Shanks
The modal form is in base.html which I'm using everywhere now tell me how to do it