摘要:
Django 对模型的字段名有一些限制: 一个字段的名称不能是 Python 保留字,因为这会导致 Python 语法错误。比如: class Example(models.Model): pass = models.IntegerField() # 'pass' is a reserved wor 阅读全文
Follow your heart
古之成大事者, 不惟有超世之才,亦有坚忍不拔之志! |
|
|