更改django-static中的默认文件夹

时间:2012-11-27 04:39:01

标签: django django-static

我正在考虑使用django-static来提供静态内容 (https://github.com/peterbe/django-static)

但是django-static总是假设所有“静态内容”总是放在“media”文件夹中。我可以将其配置为不同的文件夹吗?

我检查了配置选项但找不到任何内容。

2 个答案:

答案 0 :(得分:0)

静态文件处理是built into django。建议你改用它。

答案 1 :(得分:0)

我认为它使用MEDIA_ROOT设置来查找源文件。

从其文档中

默认情况下,django_static将在MEDIA_ROOT中查找源文件,但可以告诉django_static查看DJANGO_STATIC_MEDIA_ROOTS中列出的所有目录。将使用第一场比赛。