Re: Using generators in Django

2019-12-18 Thread Chris Angelico
On Thu, Dec 19, 2019 at 5:34 PM onlinejudge95 wrote: > > Hi Devs, > > A quick question. I am using Django to schedule some commands to populate > my PostgreSQL(Apart from using it as a web framework). I am currently > fetching records from a particular table and for each of those records > doing s

Using generators in Django

2019-12-18 Thread onlinejudge95
Hi Devs, A quick question. I am using Django to schedule some commands to populate my PostgreSQL(Apart from using it as a web framework). I am currently fetching records from a particular table and for each of those records doing some calculation and storing the processed data in some other databa