professor
How can i validate quiz time based on db with Django? I mean as service doesn’t have timing as JavaScript how can i?
Anonymous
While deployed django on server how our code .Py file is safe?
cj
While deployed django on server how our code .Py file is safe?
don't give access to the server to anyone 🤷🏻‍♂️
Anonymous
Okay but anyone after server password hack then all code thefts. How my code to symboic
Shubham
On my django simple app, on running runserver: Its showing eror in python38-28. Why?
Shubham
pastebin.com/8A3yB9WY
Shubham
Help please
professor
Okay but anyone after server password hack then all code thefts. How my code to symboic
you cannot protect yourself after somebody get in the server even if you have the best rules/permissions on that
Dm 🍍 tryrt🍍mDm 🍍 tryrt🍍mD
Hi experts, does anyone use django-easy-maps? Or could anyone suggest some other app to use with Google maps?
Ghorz
pastebin.com/8A3yB9WY
Read the traceback line 46-47   from django.http import HttpReponse ImportError: cannot import name 'HttpReponse' from 'django.http'
Ghorz
You misspelled HttpResponse as HttpReponse
Ghorz
Next time before asking for help, read the last two linked of the traceback
Shubham
Hello guys can figure out whats wrong with this error
Shubham
django.core.exceptions.ImproperlyConfigured: Field name image is not valid for model EmailUser.
Shubham
https://dpaste.org/Aqi3#L71
Alex
Okay but anyone after server password hack then all code thefts. How my code to symboic
There are much MUCH interesting things one can do with your server so he or she doesn't care about your code.
Daniel
Necesitaría hacer esto
Daniel
https://images.app.goo.gl/3Fty8ExYjVo6Wbzd8
Doragonsureiyā
Necesitaría hacer esto
Hi! This group is English-only. Please, translate your message into English or move to a group speaking your language. Thank you.
Daniel
No tengo ni idea por donde empezar
Daniel
Pops sorry, my fault
Daniel
I was at the wrong channel.
Daniel
Somebody can guide to create a certificate like the link I just posted, thanks. I am new in Django and I don’t where to go with this...
Mrinal
Hello everyone, I'm facing this issue continuously with django, unable to send email, I've enable access to unsecured app from gmail using (django 3.0 tested with 2.2 aswell) EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_USE_TLS = True EMAIL_HOST = 'smtp.gmail.com' EMAIL_PORT = 587 EMAIL_HOST_USER = env('EMAIL_HOST_USER') EMAIL_PASSWORD = env('EMAIL_PASSWORD') SMTPSenderRefused: (530, b'5.7.0 Authentication Required. Learn more at\n5.7.0 https://support.google.com/mail/?p=WantAuthError z16sm2115814pff.125 - gsmtp', 'xxxxxxxxx@gmail.com')
Dhruva
How do I inyegrate my template with mailgun for sending mails
Dhruva
Integrate*
Dambe
How do I inyegrate my template with mailgun for sending mails
You don't integrate mailgun in a template
Dambe
You configure your email backend with mailgun and you write a view to handle email sending
Dhruva
Yaa but the mail sent I want to have my company's logo and other stuff
Dambe
Yaa but the mail sent I want to have my company's logo and other stuff
You have to use the email alternative app and send the email with html content
Dambe
Mick https://docs.djangoproject.com/en/3.0/topics/email/#sending-alternative-content-types
Dambe
Follow the instructions on the documentation to see how to send alternative content like image or anything
Swapnil
I want to do addition of two no.s
Swapnil
But when i click on add button it shows error
Swapnil
Page not found
Swapnil
??
Shubham
https://github.com/shubham1507/TiffinApp/tree/development
Shubham
ValueError: The QuerySet value for an exact lookup must be limited to one result using slicing.
Shubham
whats the thought?
PV
How to do sms verification
Cesar
How to do sms verification
https://lmgtfy.com/?q=django+sms+verification
Cesar
https://lmgtfy.com/?q=django+sms+verification
Technically this is not a tutorial on how to use sms verification but it shows you how to use Google. Or any other search engine.
PV
https://lmgtfy.com/?q=django+sms+verification
Thanks for introducing Google for me
Anonymous
Thanks for introducing Google for me
Yes, welcome to Tech support. This is what we do.
Cesar
Thanks for introducing Google for me
I don't know if you see the pattern here... We usually do NOT help people to do their work. Use search engines, read, re-read, try, fail and try again then ask how to use X or Y. There is at least a dozen links of how to implement sms verification which leads me to believe that you haven't even searched for that
V@RG..
some tuto for Django with Vue.js???
Alex
some tuto for Django with Vue.js???
Both of them have good documentatin and tutorial right on the main sites
V@RG..
which is the page..??
Alex
-_-
cj
look up for the cookiecutter template of Django from pydanny
Ansab
Hey.... Pls help me
Trials
Hey.... Pls help me
are you being raped? kidnapped? abducted? sliced in parts to be porks food?
Ansab
When Iam appending a django form from a for loop to a list.... It takes the same form situated in same memory location..... But the values are changing in the loop....
Trials
that's too rude tho
do you read minds here? :P
Alex
do you read minds here? :P
that's offtopic
Alex
-_-
Trials
-_-
see?
Alex
see?
I do
Nurbek
Do somebody used AWS Lambda hosting with Django? Any reviews? Is it fast enough? And how much did it cost u?
pranit
How to make crud operation in django using Mongo db,can any one help
Anonymous
How to setup jenkins file in django project Can anyone help me Both jenkins and docker file configuration
Alex
How to make crud operation in django using Mongo db,can any one help
have you tried to google smt like "django mongo"?
Muslim
No
Well u should
pranit
OK thnx
Alex
Well u should
Hey, I wanted to write it!
Anonymous
Hi, thank you in advance. I was looking for a solution to load a data of 50K plus on my web page. I came across Zinggrid (www.zinggrid.com). Has someone used it and if yes can you please share your experience?
Maz
Do somebody used AWS Lambda hosting with Django? Any reviews? Is it fast enough? And how much did it cost u?
Serverless environments have one advantage: they're only charged when the trigger functions run. So really it depends on how many times your code triggers the functions.