Move display image to Note
This commit is contained in:
parent
89cedd18f1
commit
9a35b8f9e0
2 changed files with 22 additions and 18 deletions
|
|
@ -29,6 +29,11 @@ class Note(models.Model):
|
|||
'Unselect this instead of deleting notes.'
|
||||
),
|
||||
)
|
||||
display_image = models.ImageField(
|
||||
verbose_name=_('display image'),
|
||||
max_length=255,
|
||||
blank=True,
|
||||
)
|
||||
|
||||
class Meta:
|
||||
verbose_name = _("note")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue