D
что не так с моими формами https://dpaste.org/YtmF
Size: a a a
D
ИХ
N
Failed authorization procedure. xn--h1adbjecahu.xn--p1ai (http-01): urn:ietf:params:acme:error:dns :: DNS problem: NXDOMAIN looking up A for xn--h1adbjecahu.xn--p1ai - check that a DNS record exists for this domain
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: xn--h1adbjecahu.xn--p1ai
Type: None
Detail: DNS problem: NXDOMAIN looking up A for
xn--h1adbjecahu.xn--p1ai - check that a DNS record exists for this
domain
N
G
def save(self, *args: tuple, **kwargs: dict):// Я знаю, что в
self.full_clean()
add_watermark(image_src=self.image.open(), image_size=self.image._get_image_dimensions())
return super().save(*args, **kwargs)
def add_watermark(image_src, image_size):
base_image = Image.frombytes('RGBA', image_size, image_src)
return base_image
add_watermarkЯ должен картинку сохранять в BytesIO и возвращать байты, это пример
P
S
P
P
МП
СБ
class TempMachineProtection(MachineProtection):
pass
S
class TempMachineProtection(MachineProtection):
pass
СБ
S
СБ
S
СБ
S
СБ
Ю