提交 b2ba1f3c 编写于 作者: baltery's avatar baltery

update requirements

上级 d012880a
......@@ -71,7 +71,7 @@ class CommandLog(models.Model):
asset = models.CharField(max_length=128, db_index=True)
system_user = models.CharField(max_length=48, db_index=True)
command_no = models.IntegerField()
command = models.CharField(max_length=1000, blank=True, db_index=True)
command = models.CharField(max_length=767, blank=True, db_index=True)
output = models.TextField(blank=True)
timestamp = models.FloatField(db_index=True)
......
......@@ -17,6 +17,7 @@ itsdangerous>=0.24
eventlet
django-filter>=1.0.2
passlib>=1.7.1
gssapi
django-rest-swagger
django-auth-ldap
ldap3
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册