Non-database field in Django model

前端 未结 3 503
隐瞒了意图╮
隐瞒了意图╮ 2021-02-05 05:28

Is it possible to have a field in a Django model which does not get stored in the database.
For example:

class Book(models.Model):
    title = models.CharFie         


        
3条回答
提交回复
热议问题