Commit 3e1bb553 authored by Ulises Morales Ramírez's avatar Ulises Morales Ramírez
parents 8d950769 bcc655d7
......@@ -59,6 +59,7 @@ class Process(models.Model):
command = models.CharField(max_length=100, default='')
parameters = models.TextField(default="")
type = models.CharField(max_length=50)
platform_name = models.CharField(max_length=50)
class Search(models.Model):
......
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