Better upload system using parallelisme

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

View file

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