Skip to content

Commit

Permalink
Merge pull request #15 from labens-ufrn/criacaoClassLink
Browse files Browse the repository at this point in the history
Atualização na classe Link
  • Loading branch information
tacianosilva authored Nov 6, 2020
2 parents 72e3c17 + 1be5597 commit 7d41b51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasktracking/tasks/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ class Link(models.Model):
"""
nome = models.CharField(max_length=50)
url = models.URLField()
def __str__(self):
self.nome
self.url


class Tarefa(models.Model):
"""
Expand Down

0 comments on commit 7d41b51

Please sign in to comment.