我已经完成了CKAN开发安装,并在我的development.ini文件中使用debug = true运行.在访问localhost:5000时,我得到一个错误,其回溯的结尾点是错误:
AttributeError: 'module' object has no attribute 'css/main.debug.css'
Run Code Online (Sandbox Code Playgroud)
由lib/helpers.py中的调用引起:
r = getattr(fanstatic_resources, resource)
Run Code Online (Sandbox Code Playgroud)
知道我做错了什么以及我能做些什么来解决这个错误.
ckan ×2