2006年08月04日 星期五 10:17
models中是如下定义的: class Custom(models.Model): name = models.CharField(_('Name'),maxlength=32) phone = models.CharField(_('Phone'),maxlength=16) mobile = models.CharField(_('Mobile'),maxlength=16) 我在views中怎么获取_()内的信息呢?我试了model和fields的类,都取不到。 在06-8-3,Gerald Lee <leejd80 at gmail.com> 写道: > > > 在admin中,如果我对自己的app进行add操作,那么出来的表单会自己生成,而左边的label是根据你定义modals的顺序出来的,这个效果是怎么做的?看了admin的main.py文件,可是没有找到地方,关键字好像是:verbose_name > 我想在我自己的表单中也学着那样做,这样模板设计的时候不用把描述信息做到模板,减少后期的修改量。 > > > -- > My Blog >> http://leejd.cndev.org > My QQ >> 9847243 > -- My Blog >> http://leejd.cndev.org My QQ >> 9847243 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060804/8d77588c/attachment-0002.html
Zeuux © 2025
京ICP备05028076号