Better upload system using parallelisme
This commit is contained in:
parent
debf87421f
commit
f221740228
3 changed files with 207 additions and 131 deletions
|
|
@ -521,7 +521,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