7.2.media文件设置及使用
上传文件到media目录下
设置图片存放位置
hello_django/settings.py
配置图片上传子目录
organization/models.py
提示: upload_to='org/%Y/%m'中,%Y为当前年份,%m为当前月份
从media目录下读取文件
注册media上下文解释器
hello_django/settings.py
添加media的url
hello_django/urls.py
模板中引用图片
templates/org-list.html
Last updated
Was this helpful?