X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Fmodels.py;fp=django_simple%2Ftodo%2Fmodels.py;h=622cac3d45a6c2dbd1b0ff19648945f7465ad77a;hb=56595cc7938f5c7b53dd3ebe91b2a42f52cb89d1;hp=d11b412d9dd9b6e98eff4bdf3e67b193160c2cdf;hpb=db0d57675fb9f9eef43d98255b68639f56c69d40;p=django_unres.git diff --git a/django_simple/todo/models.py b/django_simple/todo/models.py index d11b412..622cac3 100644 --- a/django_simple/todo/models.py +++ b/django_simple/todo/models.py @@ -104,6 +104,7 @@ class Task(models.Model): owner = models.ForeignKey(User,default=1) created_date = models.DateTimeField(default=timezone.now) jobdirname = models.CharField(max_length=100,default='') + pbsjob = models.CharField(max_length=40,default='') example = models.CharField(max_length=10,default='') damino = models.BooleanField(default=False)