add default profile pic
This commit is contained in:
parent
901454f338
commit
211859e940
5 changed files with 11 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ class Note(PolymorphicModel):
|
|||
verbose_name=_('display image'),
|
||||
max_length=255,
|
||||
blank=True,
|
||||
default='pic/default.png'
|
||||
)
|
||||
created_at = models.DateTimeField(
|
||||
verbose_name=_('created at'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue