在尝试缩小js时,使用django管道的预期字符串或缓冲区

时间:2014-02-21 22:37:00

标签: python django django-pipeline

当我在我的基本模板上尝试这个时

{% 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

任何线索?

0 个答案:

没有答案