GS
Size: a a a
GS
PZ
GM
PZ
GS
source='images.all'почему-то пытается найти файл по директории и выдает ошибку
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\django\\dj_shop\\dist\\media\\all'
PZ
source='images.all'почему-то пытается найти файл по директории и выдает ошибку
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\django\\dj_shop\\dist\\media\\all'
GM
GS
PZ
ListField(child=ImageField(source='img'), source='images.all')
(для ImageFIeld нужен свой сорс, но об этом потом), но если не получилось - то я не знаю, дебажить надо.МР
МР
GS
ListField(child=ImageField(source='img'), source='images.all')
(для ImageFIeld нужен свой сорс, но об этом потом), но если не получилось - то я не знаю, дебажить надо.images = ListField(child=ImageField(source='img'), source='images.all')
AssertionError: The `source` argument is not meaningful when applied to a `child=` field. Remove `source=` from the field declaration.
PZ
images = ListField(child=ImageField(source='img'), source='images.all')
AssertionError: The `source` argument is not meaningful when applied to a `child=` field. Remove `source=` from the field declaration.
GS
GS
PZ
PZ
tn
GS
GS