forked from github/plane
feat: add icon for project
This commit is contained in:
parent
fa611b0631
commit
78d4aa5467
@ -53,6 +53,7 @@ class Project(BaseModel):
|
||||
null=True,
|
||||
blank=True,
|
||||
)
|
||||
icon = models.CharField(max_length=255, null=True, blank=True)
|
||||
|
||||
def __str__(self):
|
||||
"""Return name of the project"""
|
||||
|
Loading…
Reference in New Issue
Block a user