Better upload system using parallelisme

This commit is contained in:
krek0 2026-04-24 20:38:06 +02:00
parent fd53d4095f
commit 53dd940409
3 changed files with 207 additions and 131 deletions

View file

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