feat: add icon for project
This commit is contained in:
parent
fa611b0631
commit
78d4aa5467
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ class Project(BaseModel):
|
||||||
null=True,
|
null=True,
|
||||||
blank=True,
|
blank=True,
|
||||||
)
|
)
|
||||||
|
icon = models.CharField(max_length=255, null=True, blank=True)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
"""Return name of the project"""
|
"""Return name of the project"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue