Master
Youngdevps
anyone looking for a great course playlist. just type learn Django with thenewboston on youtube
Sultonbek Ikromov
Ram
Pooja
Hllo everyone
Pooja
Plzz anyone suggest me how I work on django online tool?
Alex
Ram
Response obj has no attribute get()
Ram
Prasanthari
There's no attribute in get('attribute'
Prasanthari
U need to specify something to get('title') like this
Pooja
Plzz tell me how to use online django practice tool
Serge
Hello everyone, can anyone recommend me a good course or tutorial to begin with Django?
Anonymous
V@RG..
I have a question..!!!
how do I get the value of the third relationship??
V@RG..
this is my Model
https://dpaste.de/pZRW
V@RG..
help me please
Alex
Alex
Sorry just saw you need the python equivalent of your sql
V@RG..
V@RG..
help me please
Pravin
How do I start with payment integration in my Django web app? Does anyone know a good tutorial for payments?
Yash
Pravin
#
Serge
Rounak
Anyone knows how to download videos from protected websites
Mirco
Rounak
professor
I Have a question, what service for SMS service tokens for one password time would u use?
John
How can I display a queryset in my template? im using jinja templating. .
Alex
Alex
for x in xxx
cj
John
hmm. . from the start the company is using jinja for templating. .
cj
John
With a for loop
okie, Thanks for this. . but how can I display my data if it is with a relationship(many-to-one)
cj
so, using Jinja with django is kinda redundant and useless 🤷🏻♂
John
John
Im also having a problem with this one. When my DB is empty. My query set is something like this:
<QuerySet [None]>
How can I eliminate this "None" when I'am displaying it to my views/template?. .
Alex
It comes down to:
{% for item in queryset %}
{{ Item.data }}
{% endfor %}
Alex
Wrap the whole for in an if
Alex
{% If queryset: %}
For blah blab blah you got it
{% endif %}
Alex
No use in displaying empty values m8
John
Ok, i'll just make a condition if the queryset is "None", i'll just display a message or something like that. .
professor
When to use view or formview or *view?
cj
cj
Alex
cj
professor
John
cj
Alex
professor
For 2FA , what provider would u use?
professor
Sms
Alex
cj
Alex
@c0x6A i like how you think haha
professor
cj
cj
Alex
That's why i asked for the country
professor
Is there any provider for testing or freemium?
Alex
Check the twilio site out, for mail they have a free plan, dunno for sms tho
Alex
Do your own research damn it haha
Murshid
Twilio give free 15 dollar for message testing
professor
I have the maill setup , but i was looking something for production and testing sms gataway