feat: add cover image to project (#353)
This commit is contained in:
parent
689eaad0f0
commit
ae64b53cf3
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ class Project(BaseModel):
|
|||
icon = models.CharField(max_length=255, null=True, blank=True)
|
||||
module_view = models.BooleanField(default=True)
|
||||
cycle_view = models.BooleanField(default=True)
|
||||
cover_image = models.URLField(blank=True, null=True)
|
||||
|
||||
def __str__(self):
|
||||
"""Return name of the project"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue