Commit 56128831 by liuyingying

添加漏洞字段:软件

parent 19d45704
......@@ -69,4 +69,6 @@ class Bugs(models.Model):
datetime = models.DateField(default=timezone.now)
description = models.TextField()
url = models.CharField(max_length=1000)
software = models.CharField(max_length=1000, default='Xsoftware')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment