当前位置:编程学习 > 网站相关 >>

django上传文件

django

models中写

file = FileField('选择文档',upload_to='documents/%Y/%m/%d')

upload_to的路径前面不带斜杆,如果写成'/documents/%Y/%m/%d'

可能会出现如下错误

Attempted access to '/documents/%Y/%m/%d'' denied.

 


摘自 哇牛

补充:Web开发 , Python ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,