AS
class Person(CommonHasImage):
def path_and_rename(self, instance, filename):
self.img_upload_to = 'img/persons/'
super().path_and_rename(self, instance, filename)
img = models.ImageField('Фото', upload_to=path_and_rename, null=True, blank=True)
Size: a a a
AS
e
e
e
AS
YK
Order.objects.filter(shipment_before__gte=datetime.date(2019, 11, 1), shipment_before__lte=datetime.date(2019, 11, 30))
Order.objects.filter(shipment_before__range=["2019-10-01", "2019-11-30"])
e
L
A
С
A
A
yh
yh
PZ
AZ
yh
С
AG