how to update the value of a variable in django template

后端 未结 0 850
灰色年华
灰色年华 2020-12-09 16:23

I have a variable called status in my models.py as following:

class message(models.Model):

    class Choices_status(models.TextChoices):
                


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