开发者

using python with Django frame work

开发者 https://www.devze.com 2023-04-11 14:24 出处:网络
class Choice(models.Model): Employee = models.ForeignKey(Employee) Branch= models.CharField(max_length=200,blank=True,null=True)
class Choice(models.Model):
    Employee = models.ForeignKey(Employee)
    Branch= models.CharField(max_length=200,blank=True,null=True)
    EmpAddress = models.CharField(max_length=200,blank=True,null=True)
    JoiningMonth=models.CharField(max_length=200,blank=True,null=True)
    Department = models.TextField(blank=True,null=True)

How can i customize or resizing the text field i开发者_运维问答n last one


Not in the model.

Charfield

Widgets

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号