mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 09:58:23 +02:00
crop,resized, and save picture at the right place
This commit is contained in:
@ -45,6 +45,7 @@ class Note(PolymorphicModel):
|
||||
max_length=255,
|
||||
blank=False,
|
||||
null=False,
|
||||
upload_to='pic/',
|
||||
default='pic/default.png'
|
||||
)
|
||||
created_at = models.DateTimeField(
|
||||
|
Reference in New Issue
Block a user