Better upload system using parallelisme
This commit is contained in:
parent
fd53d4095f
commit
53dd940409
3 changed files with 207 additions and 131 deletions
|
|
@ -514,7 +514,7 @@ class ImageModel(models.Model):
|
|||
|
||||
|
||||
class Photo(ImageModel):
|
||||
title = models.CharField(_("title"), max_length=250, unique=True)
|
||||
title = models.CharField(_("title"), max_length=250)
|
||||
slug = models.SlugField(
|
||||
_("slug"),
|
||||
unique=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue