Re: REG: Why my django email settings not sending email notifications?

2019-02-18 Thread Kiran Capoor
you create a dummy/ Dev only gmail account. Regards, Kiran Capoor Sent from my iPhone > On 18-Feb-2019, at 13:41, Siddharth Tamang > wrote: > > if you have MFA enabled on your gmail, you may have to disable it > >> On Mon, Feb 18, 2019 at 1:08 PM Onkar Narkar >> wr

Re: ModelForm for model that includes multiple items of one kind

2019-03-30 Thread Kiran Capoor
Hi, To connect multiple forms you should use: FormSets https://docs.djangoproject.com/en/2.1/topics/forms/formsets/ Or https://docs.djangoproject.com/en/2.1/topics/forms/modelforms/#using-an-inline-formset-in-a-view Read about it in the above links. Regards, Kiran Capoor On Sunday, March

Re: How to migrate MySQL -> PostgreSQL?

2019-06-03 Thread Kiran Capoor
Hi, As said by ankhi, change to pgsql in settings before that use the django fixtures feature to take a backup of the data etc. try in test env only as this has breaking potential. Regards, Kiran Capoor On Tue, 4 Jun 2019 at 01:33, Ankhi Roy wrote: > Hey Victor, > > Do you me