Re: Filter by sum of filtered related objects?

2019-01-04 Thread Aakash Choudhary
Yes it is possible Lent Asia technologies pvt Ltd, Aakash chaudhary On Thu, 3 Jan 2019, 11:32 Dustin Wyatt Given the following models: > > > class Transaction(models.Model): > amount = models.IntegerField() > date = models.DateField() > terms = models.ForeignKey('Terms') > > > class Terms

Re: Trouble With Tutorial #1 - NameError: name 'polls' is not defined

2018-12-17 Thread Aakash Choudhary
Share the code I'll debug the error On Mon, 17 Dec 2018, 00:47 Sarthak Khandelwal can you send your file structure after this step? > I am having a similar problem, after adding views to url according to the > tutorial in the documentation, when I was trying to run the server i was > having a sim