1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00

add default profile pic

This commit is contained in:
Pierre-antoine Comby
2020-03-03 14:24:07 +01:00
parent 901454f338
commit 211859e940
5 changed files with 11 additions and 1 deletions

View File

@ -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'),