在设计 Django Model 时,可能会遇到一些保存敏感字段的信息,比如密码、密钥等。 class TargetAuthInfo(models.Model): title = models.CharField("标题", max_length=200, default="未命名")