DT
Size: a a a
DT
A
AttributeError: module 'mtg_tradepost.models' has no attribute 'image_folder'
class Card(models.Model):
<some fields>
picture = models.ImageField(upload_to='cards/%Y/%m/%d/', blank=True)
PZ
AttributeError: module 'mtg_tradepost.models' has no attribute 'image_folder'
class Card(models.Model):
<some fields>
picture = models.ImageField(upload_to='cards/%Y/%m/%d/', blank=True)
A
PZ
S
A
A
S
PZ
A
PZ
V🤔
V🤔
PZ
V🤔
PZ
PZ
V🤔
$
/profile/
Как я могу это поменять?