Django: generate download link

前端 未结 3 1556
梦谈多话
梦谈多话 2020-12-29 08:46

I have a File model, which store path field - path in the filesystem to file. All files are stored in MEDIA_ROOT/files

In template I want g

3条回答
  •  [愿得一人]
    2020-12-29 09:17

    I'm not sure what exactly you mean by "generate download link", but to simply link to the file, just use {{ some_file.url }} as your href.

提交回复
热议问题