Re: MANAGE.PY RUNSERVER ERROR

2022-11-16 Thread Jitendra kumar Patra
Could you share what type of error you are getting? On Wed, Nov 16, 2022 at 2:39 PM 'Kasper Laudrup' via Django users < django-users@googlegroups.com> wrote: > On 15/11/2022 18.49, Peter Mwai wrote: > > Hello experts, > > I was trying to start the server using 'python manage.py runserver' but >

Re: Email Sending In Django not working

2022-11-09 Thread Jitendra kumar Patra
Please use int type EMAIL_PORT = 587 On Wed, 9 Nov, 2022, 16:42 peteru mimo, wrote: > EMAIL_PORT = '587' > > On Wed, Nov 9, 2022 at 11:56 AM peteru mimo wrote: > >> Good day team, >> >> I have been facing this challenge in sending mail in django >> >> here is the error *"A connection attempt

Re: request to post UnboundLocalError

2022-10-23 Thread Jitendra kumar Patra
Declare the contact variable before the return statement On Mon, 24 Oct, 2022, 00:52 Deepak kumar, wrote: > please check to pdf and send to my email dk9284...@gmail.com > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe

Re: On button click need to call a python function...

2022-10-18 Thread Jitendra kumar Patra
Ping me On Tue, 18 Oct, 2022, 11:35 Saswat Mahapatra, wrote: > Hi , > > I am new to django. > On button click I need to call a python function which returns 2 values. > If both the values are the same then I need to display the same image in 2 > places on the web page or else a different image.

Re: Help to implement join query in django orm

2022-07-24 Thread Jitendra kumar Patra
Ping me 7008080545 On Fri, 22 Jul, 2022, 12:16 Avi shah, wrote: > I have two tables > Tbl 1 > & > Tbl 2 > > I need to connect the two tables using a join > > > Thanks and regards, > Avi shah > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

Re: how to convert xlsx file into jpg

2022-06-09 Thread Jitendra kumar Patra
https://stackoverflow.com/questions/19294143/python-script-to-save-image-from-xlsx-file-to-disk On Thu, 9 Jun, 2022, 15:01 Jitendra kumar Patra, wrote: > Message me 7008080545 .I will help you > > On Thu, 9 Jun, 2022, 14:55 Abhinandan K, > wrote: > >> IS anybody know how

Re: how to convert xlsx file into jpg

2022-06-09 Thread Jitendra kumar Patra
Message me 7008080545 .I will help you On Thu, 9 Jun, 2022, 14:55 Abhinandan K, wrote: > IS anybody know how to convert xlsx file into jpg format in python on mac ? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from

Re: Need help in User log in, someone please help

2022-02-22 Thread Jitendra kumar Patra
7008080545 DM . On Wed, 23 Feb 2022, 12:22 pm Antonis Christofides, < anto...@antonischristofides.com> wrote: > You have this statement: > user = User.objects.create_user(username=username, email=email, > password = password) > > Just before this statement, you need to insert a statement

Re: Employee matching query does not exist

2022-01-04 Thread Jitendra kumar Patra
name column row's data not matching from database Show that you are getting error . So we use the Expection then you can easily handle the error .. On Tue, 4 Jan 2022, 8:05 pm yassin kamanyile, wrote: > please team ..i got an error from that line below > > obj.employee =