Error in migrations after removing image field and upload_to_path method

前端 未结 0 771
小蘑菇
小蘑菇 2020-11-27 16:48

I had a field called image in my model.

image = models.ImageField(upload_to=get_profile_pic_upload_path)

I created the migration for the same

相关标签:
回答
  • 消灭零回复
提交回复
热议问题