Skip to content
Snippets Groups Projects
Commit eb48a3b9 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

presentation of job in admin

parent 35153b6d
No related branches found
No related tags found
3 merge requests!108Master,!106Master,!105presentation of job in admin
...@@ -105,4 +105,4 @@ class Job(models.Model): ...@@ -105,4 +105,4 @@ class Job(models.Model):
# the representation of the value in the REST API # the representation of the value in the REST API
def __str__(self): def __str__(self):
return str(self.id) return 'task_id:'+str(self.task_id)+', job_id:'+str(self.job_id)
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment