当我在我的基本模板上尝试这个时
{% load compressed %}
{% compressed_js 'app_name' %} <- fails here
这是我的settings.py文件:
PIPELINE_JS = {
'app_name': {
'source_filenames': (
'static/js/bootstrap.js',
)
}
}
这条路是对的吗?
我明白了:
Exception Value:
expected string or buffer
任何线索?