Re: Django mail

2020-03-22 Thread DHRUVA
Thanks But how to do scheduling of the mails automatically on the basis of the events. On Sun, 22 Mar, 2020, 3:15 PM Kasper Laudrup, wrote: > Hi Mick, > > On 22/03/2020 10.19, mick wrote: > > I am using django rest auth I want to fire a mail to the user if the > > user hasn't verified in one day

Re: Django mail

2020-03-22 Thread DHRUVA
> Hi Mike, > > On 22/03/2020 11.01, DHRUVA wrote: > > Thanks > > But how to do scheduling of the mails automatically on the basis of the > > events. > > > > You might be able to handle this with Django signals: > > https://docs.djangoproject.com/en/3.0/

Re: python manage.py runserver error

2020-06-19 Thread DHRUVA
Just try adding appname into the installed Apps in the Settings file On Fri, 19 Jun, 2020, 5:27 PM RANGA BHARATH JINKA, wrote: > Hi, > You have to go into your django project folder where manage.py file is > located. Test with using "ls" inside your command prompt. All the best. > > On Fri,

Re: Re: Re: I am filling up the form but my filled out items are not rendering into database and also the session is not working

2020-02-19 Thread DHRUVA
How can I do ImageField and FileField in crispy forms On Thu, 20 Feb, 2020, 12:53 AM , wrote: > > > Yaa did that still facing issue > > > > *From: *onlinejudge95 > *Sent: *Thursday, February 20, 2020 12:32 AM > *To: *django-users@googlegroups.com > *Subject: *Re: Re: I am filling up the form bu

Re: Object of type date is not JSON serializable

2020-02-21 Thread DHRUVA
But I haven't used the JSON .I am just using datefield in forms and models. On Fri, 21 Feb, 2020, 6:47 PM Derek, wrote: > https://code-maven.com/serialize-datetime-object-as-json-in-python > > > On Thursday, 20 February 2020 22:12:11 UTC+2, mick wrote: >> >> TypeError at /addForm4 >> >> Object o