feat: add icon for project

This commit is contained in:
pablohashescobar 2022-12-16 02:59:17 +05:30
parent fa611b0631
commit 78d4aa5467

View File

@ -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"""