Permission Denied error with Django while uploading a file

前端 未结 4 2013
不思量自难忘°
不思量自难忘° 2020-12-23 17:01

I currently have a simple model defined, with a photoupload feature using django thumbnails plugin.

but when i try to upload it gives me the following error:

<
4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-23 17:46

    Try checking the permissions on each directory in the path starting at /. Just a thought.

提交回复
热议问题