django: time range based aggregate query

前端 未结 0 1599
难免孤独
难免孤独 2021-02-11 04:47

I have the following models, Art and ArtScore:

class Art(models.Model):
    title = models.CharField()

class ArtScore(models.Model):
    art = models.ForeignKey         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题